1
0
Fork 0

typo in previous commits

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@878 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent 0a9fa1c496
commit af6c3b19a1

@ -167,7 +167,7 @@ static inline int xc_zstrlen(int type, const_zstr s)
/* }}} */
#endif
/* {{{ xc_calc_string_n */
REDEF(`KIND', `calc')
REDEF(`PROCESSOR_TYPE', `calc')
#undef C_RELAYLINE
#define C_RELAYLINE
IFAUTOCHECK(`
@ -195,7 +195,7 @@ static inline void xc_calc_string_n(xc_processor_t *processor, zend_uchar type,
}
/* }}} */
/* {{{ xc_store_string_n */
REDEF(`KIND', `store')
REDEF(`PROCESSOR_TYPE', `store')
static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type, const_zstr str, long size IFAUTOCHECK(`, int relayline')) {
pushdef(`__LINE__', `relayline')
int realsize = UNISW(size, (type == IS_UNICODE) ? UBYTES(size) : size);

Loading…
Cancel
Save