Changeset 205 for trunk/xcache.c

Show
Ignore:
Timestamp:
10/01/2006 10:59:23 AM (7 years ago)
Author:
moo
Message:

avoid undef'ing DEBUG so one can put DEBUG into CFLAGS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r204 r205  
    11 
    2 #undef DEBUG 
     2#if 0 
     3#define DEBUG 
     4#endif 
    35 
    46/* {{{ macros */