Changeset 846 for trunk/processor/head.m4
- Timestamp:
- 2012-03-26T11:41:19+02:00 (15 months ago)
- File:
-
- 1 edited
-
trunk/processor/head.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/head.m4
r844 r846 179 179 #define C_RELAYLINE , __LINE__ 180 180 ') 181 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, const_zstr conststr, long size IFASSERT(`, int relayline')) {181 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, const_zstr str, long size IFASSERT(`, int relayline')) { 182 182 pushdef(`__LINE__', `relayline') 183 183 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size); … … 201 201 /* {{{ xc_store_string_n */ 202 202 REDEF(`KIND', `store') 203 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, const_zstr conststr, long size IFASSERT(`, int relayline')) {203 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, const_zstr str, long size IFASSERT(`, int relayline')) { 204 204 pushdef(`__LINE__', `relayline') 205 205 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size);
Note: See TracChangeset
for help on using the changeset viewer.

