Changeset 594 for branches/1.3/processor/processor.m4
- Timestamp:
- 2009-07-05T06:10:43+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/processor/processor.m4
r494 r594 424 424 src->op_type == IS_TMP_VAR || 425 425 src->op_type == IS_UNUSED); 426 #undef XCACHE_IS_CV427 426 dnl dirty dispatch 428 427 DISABLECHECK(` … … 439 438 case IS_VAR: 440 439 case IS_TMP_VAR: 441 #ifdef IS_CV 442 case IS_CV: 443 #else 444 case 16: 445 #endif 440 case XCACHE_IS_CV: 446 441 DISPATCH(zend_uint, u.var) 447 442 DISPATCH(zend_uint, u.EA.type) … … 459 454 ') 460 455 DONE(u) 456 #undef XCACHE_IS_CV 461 457 ') 462 458 dnl }}}
Note: See TracChangeset
for help on using the changeset viewer.

