1
0
Fork 0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1433 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer 10 years ago
parent 03b5fd19c5
commit 59fc9ffed0

@ -1726,14 +1726,14 @@ static void xc_compile_php(xc_compiler_t *compiler, zend_file_handle *h, int typ
#define COPY_H(vartype, var, cnt, name, datatype) do { \
for (i = 0, j = 0; b; i ++, b = b->pListNext) { \
vartype *data = &compiler->new_php.var[j]; \
vartype *data = &compiler->new_php.var[j]; \
\
if (i < old_##cnt) { \
continue; \
} \
j ++; \
\
assert(i < old_##cnt + compiler->new_php.cnt); \
assert(i < old_##cnt + compiler->new_php.cnt); \
assert(b->pData); \
memcpy(&data->name, b->pData, sizeof(datatype)); \
UNISW(NOTHING, data->type = b->key.type;) \

Loading…
Cancel
Save