Changeset 543 for trunk/coverager.c
- Timestamp:
- 03/08/2008 03:55:59 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/coverager.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coverager.c
r524 r543 1 #if 0 2 #define XCACHE_DEBUG 3 #endif 4 1 5 #include <stdio.h> 2 6 #include "xcache.h" … … 18 22 static char *xc_coveragedump_dir = NULL; 19 23 static zend_compile_file_t *old_compile_file = NULL; 20 21 #if 022 #define DEBUG23 #endif24 24 25 25 /* dumper */

