1
0
Fork 0

typo undef

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1413 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer 2013-09-26 17:49:18 +00:00
parent 8316f63cd1
commit 73b7a7e17a
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ static void bbs_restore_opnum(bbs_t *bbs, zend_op_array *op_array) /* {{{ */
# ifdef ZEND_ENGINE_2_5
BBID_TO_OPNUM(finally_op);
# endif
# undef BBID_TO_OPNUM(name)
# undef BBID_TO_OPNUM
}
/* }}} */
#endif /* ZEND_ENGINE_2 */