Changeset 213 for trunk/utils.c
- Timestamp:
- 2006-10-04T02:50:01+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/utils.c (modified) (1 diff)
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
Note: See TracChangeset
for help on using the changeset viewer.

