Changeset 90 for trunk/processor/main.m4
- Timestamp:
- 2006-07-16T08:06:46+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/processor/main.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/main.m4
r12 r90 92 92 if ($2) { 93 93 IFSTORE(`$1 = (zend_class_entry *) xc_get_class_num(processor, $2);') 94 IFRESTORE(`$1 = xc_get_class(processor, (zend_u int) $2);')94 IFRESTORE(`$1 = xc_get_class(processor, (zend_ulong) $2);') 95 95 IFDASM(`add_assoc_stringl_ex(dst, ZEND_STRS("$3"), $2->name, strlen($2->name), 1);') 96 96 }
Note: See TracChangeset
for help on using the changeset viewer.

