Changeset 1321 in svn for trunk/xcache/xc_opcode_spec.c
- Timestamp:
- 2013-07-15T17:37:57Z (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_opcode_spec.c
r1306 r1321 5 5 /* {{{ opcode_spec */ 6 6 #define OPSPEC(ext, op1, op2, res) { OPSPEC_##ext, OPSPEC_##op1, OPSPEC_##op2, OPSPEC_##res }, 7 #define OPSPEC_VAR_2 OPSPEC_STD 7 #ifdef ZEND_ENGINE_2 8 # define OPSPEC_VAR_2 OPSPEC_STD 9 #else 10 # define OPSPEC_VAR_2 OPSPEC_VAR 11 #endif 8 12 #ifdef ZEND_ENGINE_2_4 9 13 #undef OPSPEC_FETCH
Note: See TracChangeset
for help on using the changeset viewer.