TUrn off debug.

SVN revision: 49956
This commit is contained in:
Brett Nash 2010-07-01 01:18:32 +00:00
parent 5e1f84da2f
commit dee3f41698
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# define ARRAYINIT(foo) [foo]=
#define DEBUGON 1
#define DEBUGON 0
#if DEBUGON
#define cnp_debug(x...) printf(__FILE__": " x)