Changeset 865 for trunk/processor/head.m4
- Timestamp:
- 2012-03-29T08:14:57+02:00 (14 months ago)
- File:
-
- 1 edited
-
trunk/processor/head.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/head.m4
r860 r865 482 482 } 483 483 /* }}} */ 484 /* export: xc_entry_data_php_t *xc_processor_restore_xc_entry_data_php_t(const xc_entry_php_t * xce, xc_entry_data_php_t *dst, const xc_entry_data_php_t *src, zend_bool readonly_protection TSRMLS_DC); :export {{{ */485 xc_entry_data_php_t *xc_processor_restore_xc_entry_data_php_t(const xc_entry_php_t * xce, xc_entry_data_php_t *dst, const xc_entry_data_php_t *src, zend_bool readonly_protection TSRMLS_DC) {484 /* export: xc_entry_data_php_t *xc_processor_restore_xc_entry_data_php_t(const xc_entry_php_t *entry_php, xc_entry_data_php_t *dst, const xc_entry_data_php_t *src, zend_bool readonly_protection TSRMLS_DC); :export {{{ */ 485 xc_entry_data_php_t *xc_processor_restore_xc_entry_data_php_t(const xc_entry_php_t *entry_php, xc_entry_data_php_t *dst, const xc_entry_data_php_t *src, zend_bool readonly_protection TSRMLS_DC) { 486 486 xc_processor_t processor; 487 487 … … 492 492 processor.reference = 1; 493 493 } 494 processor.entry_php_src = xce;494 processor.entry_php_src = entry_php; 495 495 496 496 if (processor.reference) {
Note: See TracChangeset
for help on using the changeset viewer.

