debug.. off.

SVN revision: 58687
This commit is contained in:
Carsten Haitzler 2011-04-15 11:20:41 +00:00
parent 4361bc8bb4
commit 4b5e270ba9
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@
#define ARRAYINIT(foo) [foo] =
#define DEBUGON 1
//#define DEBUGON 1
#ifdef DEBUGON
# define cnp_debug(x...) fprintf(stderr, __FILE__": " x)