Changeset 213
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r212 r213 8 8 #undef NDEBUG 9 9 #include "assert.h" 10 11 #ifndef max 12 #define max(a, b) ((a) < (b) ? (b) : (a)) 13 #endif 10 14 11 15 #ifndef ZEND_VM_SET_OPCODE_HANDLER -
trunk/xcache.c
r212 r213 66 66 } \ 67 67 } while(0) 68 69 #ifndef max70 #define max(a, b) ((a) < (b) ? (b) : (a))71 #endif72 68 73 69 /* }}} */

