Skip to content
Snippets Groups Projects
Commit d3c26b67 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

disable debug checks

parent b57c11f4
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,6 @@
#define IDL_CMP(x,y) ( x < y ? -1 : ( x > y ? 1 : 0 ) )
#ifndef IDL_DEBUG
/* enable basic checks for now */
#define IDL_DEBUG 1
#endif
#if IDL_DEBUG > 0
static void idl_check( ID *ids )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment