Changeset 305 for trunk/xc_malloc.c
- Timestamp:
- 2006-12-08T17:11:19+01:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/xc_malloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xc_malloc.c
r302 r305 7 7 #include "php.h" 8 8 #include "align.h" 9 #include "utils.h" 9 10 10 11 struct _xc_mem_t { … … 112 113 xc_shmsize_t memoffset; 113 114 }; 114 115 #undef NDEBUG116 #ifdef ALLOC_DEBUG117 # define inline118 #else119 # define NDEBUG120 #endif121 #include <assert.h>122 115 /* }}} */ 123 116
Note: See TracChangeset
for help on using the changeset viewer.

