Changeset 737 for trunk/processor/head.m4
- Timestamp:
- 04/11/2011 06:41:04 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/processor/head.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/head.m4
r719 r737 141 141 #define C_RELAYLINE , __LINE__ 142 142 ') 143 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, const zstr str, long size IFASSERT(`, int relayline')) {143 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, const zstr const str, long size IFASSERT(`, int relayline')) { 144 144 pushdef(`__LINE__', `relayline') 145 145 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size); … … 163 163 /* {{{ xc_store_string_n */ 164 164 REDEF(`KIND', `store') 165 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, const zstr str, long size IFASSERT(`, int relayline')) {165 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, const zstr const str, long size IFASSERT(`, int relayline')) { 166 166 pushdef(`__LINE__', `relayline') 167 167 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size);

