Changeset 645 for trunk/processor/head.m4
- Timestamp:
- 07/08/2009 06:39:33 AM (4 years ago)
- Files:
-
- 1 modified
-
trunk/processor/head.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/head.m4
r512 r645 131 131 /* {{{ xc_calc_string_n */ 132 132 REDEF(`KIND', `calc') 133 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, zstr str, long size IFASSERT(`, int relayline')) {133 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, const zstr str, long size IFASSERT(`, int relayline')) { 134 134 pushdef(`__LINE__', `relayline') 135 135 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size); … … 153 153 /* {{{ xc_store_string_n */ 154 154 REDEF(`KIND', `store') 155 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, zstr str, long size IFASSERT(`, int relayline')) {155 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, const zstr str, long size IFASSERT(`, int relayline')) { 156 156 pushdef(`__LINE__', `relayline') 157 157 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size);

