Changeset 483 for branches/1.2/processor
- Timestamp:
- 10/07/2007 06:26:01 AM (14 months ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
- Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444,456,458,478,480 to /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444,456,458,478,480,482
-
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 ')

