- Timestamp:
- 2009-07-20T07:24:38+02:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/utils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r648 r651 704 704 zend_hash_copy(&TG(zend_constants), &XG(internal_constant_table), (copy_ctor_func_t) xc_zend_constant_ctor, (void *) &tmp_const, sizeof(tmp_const)); 705 705 } 706 TG(internal_constant_tail) = TG(zend_constants).pListTail; 706 707 #endif 707 708 h = OG(function_table); … … 772 773 773 774 #ifdef HAVE_XCACHE_CONSTANT 774 b = /*TG(internal_constant_tail) ? TG(internal_constant_tail)->pListNext :*/TG(zend_constants).pListHead;775 b = TG(internal_constant_tail) ? TG(internal_constant_tail)->pListNext : TG(zend_constants).pListHead; 775 776 /* install constants */ 776 777 while (b != NULL) {
Note: See TracChangeset
for help on using the changeset viewer.

