Changeset 483
- Timestamp:
- 2007-10-07T08:26:01+02:00 (6 years ago)
- Location:
- branches/1.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
-
branches/1.2/processor/processor.m4
r481 r483 84 84 DONE(type) 85 85 DONE(is_ref) 86 #ifdef ZEND_ENGINE_2_3 87 COPY(idx_type) 88 #endif 86 89 } while(0); 87 90 return; … … 148 151 DISPATCH(zend_uchar, is_ref) 149 152 DISPATCH(zend_ushort, refcount) 153 #ifdef ZEND_ENGINE_2_3 154 DISPATCH(zend_uchar, idx_type) 155 #endif 150 156 ')dnl IFDASM 151 157 ')
Note: See TracChangeset
for help on using the changeset viewer.

