Changeset 310 for trunk/processor
- Timestamp:
- 12/09/2006 10:01:17 AM (2 years ago)
- Files:
-
- 1 modified
-
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 }}}

