Changeset 739 for branches/1.3/processor/head.m4
- Timestamp:
- 04/11/2011 06:46:16 AM (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
processor/head.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/processor/head.m4
r726 r739 136 136 #define C_RELAYLINE , __LINE__ 137 137 ') 138 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, const zstr str, long size IFASSERT(`, int relayline')) {138 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, const zstr const str, long size IFASSERT(`, int relayline')) { 139 139 pushdef(`__LINE__', `relayline') 140 140 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size); … … 158 158 /* {{{ xc_store_string_n */ 159 159 REDEF(`KIND', `store') 160 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, const zstr str, long size IFASSERT(`, int relayline')) {160 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, const zstr const str, long size IFASSERT(`, int relayline')) { 161 161 pushdef(`__LINE__', `relayline') 162 162 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size);

