Changeset 305 for trunk/mmap.c
- Timestamp:
- 12/08/2006 04:11:19 PM (2 years ago)
- Files:
-
- 1 modified
-
trunk/mmap.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mmap.c
r302 r305 1 2 #undef ALLOC_DEBUG3 1 4 2 #include <stdio.h> … … 34 32 #define XC_SHM_IMPL 35 33 #include "xc_shm.h" 34 #include "utils.h" 36 35 37 36 #ifndef max … … 55 54 }; 56 55 57 #undef NDEBUG58 #ifdef ALLOC_DEBUG59 # define inline60 #else61 # define NDEBUG62 #endif63 #include <assert.h>64 56 /* }}} */ 65 57 #define CHECK(x, e) do { if ((x) == NULL) { zend_error(E_ERROR, "XCache: " e); goto err; } } while (0)

