avoid undef'ing DEBUG so one can put DEBUG into CFLAGS
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@205 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
5230b6047f
commit
4438aa2481
|
@ -18,7 +18,10 @@ typedef HashTable *coverager_t;
|
|||
static char *xc_coveragedump_dir = NULL;
|
||||
static zend_compile_file_t *origin_compile_file;
|
||||
|
||||
#undef DEBUG
|
||||
#if 0
|
||||
#define DEBUG
|
||||
#endif
|
||||
|
||||
/* dumper */
|
||||
static void xc_destroy_coverage(void *pDest) /* {{{ */
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue