Changeset 310 for trunk/processor/processor.m4
- Timestamp:
- 2006-12-09T11:01:17+01:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/processor/processor.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r272 r310 412 412 src->op_type == IS_TMP_VAR || 413 413 src->op_type == IS_UNUSED); 414 #undef XCACHE_IS_CV415 414 dnl dirty dispatch 416 415 DISABLECHECK(` … … 427 426 case IS_VAR: 428 427 case IS_TMP_VAR: 429 #ifdef IS_CV 430 case IS_CV: 431 #else 432 case 16: 433 #endif 428 case XCACHE_IS_CV: 434 429 DISPATCH(zend_uint, u.var) 435 430 DISPATCH(zend_uint, u.EA.type) … … 447 442 ') 448 443 DONE(u) 444 #undef XCACHE_IS_CV 449 445 ') 450 446 dnl }}}
Note: See TracChangeset
for help on using the changeset viewer.

