Changeset 217 for trunk/processor/processor.m4
- Timestamp:
- 10/07/2006 03:55:45 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/processor/processor.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r212 r217 295 295 296 296 STRUCT(HashTable, default_properties, HashTable_zval_ptr) 297 IFSTORE(`xc_hash_reset_zval_refcount(&dst->default_properties TSRMLS_CC);') 297 298 IFCOPY(`dst->builtin_functions = src->builtin_functions;') 298 299 DONE(builtin_functions) … … 308 309 # endif 309 310 STRUCT(HashTable, constants_table, HashTable_zval_ptr) 311 IFSTORE(`xc_hash_reset_zval_refcount(&dst->constants_table TSRMLS_CC);') 310 312 311 313 dnl runtime binding: ADD_INTERFACE will deal with it

