1
0
Fork 0

fix zend_ast null child

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1491 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
master
Xuefer 9 years ago
parent 9c0999b7de
commit 24b06d437f

@ -110,7 +110,7 @@ DEF_STRUCT_P_FUNC(`zend_ast', , `dnl {{{
RELOCATE_EX(zend_ast, (&DST()->u.child)[i])
}
else {
COPYNULL_EX(`(&DST()->u.child)[i]')
SETNULL_EX(`(&DST()->u.child)[i]', `[]')
}
}
}

Loading…
Cancel
Save