1
0
Fork 0

optimizer: oops, should never commit with debug enabled

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@338 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-12-17 05:07:11 +00:00
parent 12363ef477
commit 6627099c59
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#if 1
#define DEBUG
#if 0
# define DEBUG
#endif
#include "utils.h"