Changeset 503 for trunk/processor

Show
Ignore:
Timestamp:
01/05/2008 02:36:01 AM (12 months ago)
Author:
moo
Message:

constinfos cannot be fast copied

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r500 r503  
    775775#ifdef HAVE_XCACHE_CONSTANT 
    776776    DISPATCH(zend_uint, constinfo_cnt) 
    777     IFRESTORE(` 
    778         COPY(constinfos) 
    779     ', ` 
    780         STRUCT_ARRAY(constinfo_cnt, xc_constinfo_t, constinfos) 
    781     ') 
     777    STRUCT_ARRAY(constinfo_cnt, xc_constinfo_t, constinfos) 
    782778#endif 
    783779