Changeset 982 for trunk/main/xc_utils.c
- Timestamp:
- 07/17/2012 10:35:45 AM (10 months ago)
- Location:
- trunk/main
- Files:
-
- 1 added
- 1 moved
-
. (added)
-
xc_utils.c (moved) (moved from trunk/utils.c) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/main/xc_utils.c
r961 r982 1 1 2 2 #include "xcache.h" 3 #include "stack.h"4 3 #include "xcache_globals.h" 5 #include " utils.h"4 #include "xc_utils.h" 6 5 #ifdef ZEND_ENGINE_2_1 7 6 #include "zend_vm.h" 8 7 #endif 9 #include " opcode_spec.h"8 #include "xc_opcode_spec.h" 10 9 #undef NDEBUG 11 10 #include "assert.h" … … 283 282 /* }}} */ 284 283 285 #ifdef HAVE_XCACHE_OPCODE_SPEC_DEF286 284 static void xc_fix_opcode_ex_znode(int tofix, xc_op_spec_t spec, Z_OP_TYPEOF_TYPE *op_type, znode_op *op, int type TSRMLS_DC) /* {{{ */ 287 285 { … … 348 346 } 349 347 /* }}} */ 350 #endif351 348 352 349 int xc_foreach_early_binding_class(zend_op_array *op_array, void (*callback)(zend_op *opline, int oplineno, void *data TSRMLS_DC), void *data TSRMLS_DC) /* {{{ */

