Changeset 593 for branches/1.3/xc_malloc.c
- Timestamp:
- 07/05/2009 06:06:15 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
xc_malloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xc_malloc.c
r479 r593 11 11 #include "php.h" 12 12 #include "align.h" 13 #include "utils.h" 13 14 14 15 struct _xc_malloc_mem_t { … … 116 117 xc_shmsize_t memoffset; 117 118 }; 118 119 #undef NDEBUG120 #ifdef ALLOC_DEBUG121 # define inline122 #else123 # define NDEBUG124 #endif125 #include <assert.h>126 119 /* }}} */ 127 120

