Changeset 543 for trunk/utils.h
- Timestamp:
- 2008-03-08T04:55:59+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/utils.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r522 r543 2 2 #include "xcache.h" 3 3 4 #ifdef DEBUG4 #ifdef XCACHE_DEBUG 5 5 # define IFDEBUG(x) (x) 6 6 int xc_vtrace(const char *fmt, va_list args); … … 25 25 # undef inline 26 26 # define inline 27 #else /* DEBUG */27 #else /* XCACHE_DEBUG */ 28 28 29 29 # ifdef ZEND_WIN32 … … 41 41 # define NDEBUG 42 42 # endif 43 #endif /* DEBUG */43 #endif /* XCACHE_DEBUG */ 44 44 #include <assert.h> 45 45
Note: See TracChangeset
for help on using the changeset viewer.

