Changeset 646 for branches/1.3/processor/head.m4
- Timestamp:
- 07/08/2009 06:40:03 AM (4 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
r622 r646 130 130 /* {{{ xc_calc_string_n */ 131 131 REDEF(`KIND', `calc') 132 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, zstr str, long size IFASSERT(`, int relayline')) {132 static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type, const zstr str, long size IFASSERT(`, int relayline')) { 133 133 pushdef(`__LINE__', `relayline') 134 134 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size); … … 152 152 /* {{{ xc_store_string_n */ 153 153 REDEF(`KIND', `store') 154 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, zstr str, long size IFASSERT(`, int relayline')) {154 static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, const zstr str, long size IFASSERT(`, int relayline')) { 155 155 pushdef(`__LINE__', `relayline') 156 156 int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size);

