- Timestamp:
- 10/01/2006 10:59:23 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
coverager.c (modified) (1 diff)
-
xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coverager.c
r204 r205 19 19 static zend_compile_file_t *origin_compile_file; 20 20 21 #undef DEBUG 21 #if 0 22 #define DEBUG 23 #endif 24 22 25 /* dumper */ 23 26 static void xc_destroy_coverage(void *pDest) /* {{{ */ -
trunk/xcache.c
r204 r205 1 1 2 #undef DEBUG 2 #if 0 3 #define DEBUG 4 #endif 3 5 4 6 /* {{{ macros */

