Changeset 543 for trunk/coverager.c

Show
Ignore:
Timestamp:
03/08/2008 03:55:59 AM (9 months ago)
Author:
moo
Message:

renamed DEBUG to XCACHE_DEBUG due to conflict to ext/date

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coverager.c

    r524 r543  
     1#if 0 
     2#define XCACHE_DEBUG 
     3#endif 
     4 
    15#include <stdio.h> 
    26#include "xcache.h" 
     
    1822static char *xc_coveragedump_dir = NULL; 
    1923static zend_compile_file_t *old_compile_file = NULL; 
    20  
    21 #if 0 
    22 #define DEBUG 
    23 #endif 
    2424 
    2525/* dumper */