Changeset 621
- Timestamp:
- 07/05/2009 10:08:43 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/processor/processor.m4
r619 r621 759 759 #ifdef HAVE_XCACHE_CONSTANT 760 760 DISPATCH(zend_uint, constinfo_cnt) 761 IFRESTORE(` 762 COPY(constinfos) 763 ', ` 764 STRUCT_ARRAY(constinfo_cnt, xc_constinfo_t, constinfos) 765 ') 761 STRUCT_ARRAY(constinfo_cnt, xc_constinfo_t, constinfos) 766 762 #endif 767 763

