1
0
Fork 0

IS_CV code re-arrange

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@310 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-12-09 10:01:17 +00:00
parent b72808e539
commit eb1f19aad2
1 changed files with 2 additions and 6 deletions

View File

@ -411,7 +411,6 @@ DEF_STRUCT_P_FUNC(`znode', , `dnl {{{
src->op_type == XCACHE_IS_CV ||
src->op_type == IS_TMP_VAR ||
src->op_type == IS_UNUSED);
#undef XCACHE_IS_CV
dnl dirty dispatch
DISABLECHECK(`
switch (src->op_type) {
@ -426,11 +425,7 @@ DEF_STRUCT_P_FUNC(`znode', , `dnl {{{
', `
case IS_VAR:
case IS_TMP_VAR:
#ifdef IS_CV
case IS_CV:
#else
case 16:
#endif
case XCACHE_IS_CV:
DISPATCH(zend_uint, u.var)
DISPATCH(zend_uint, u.EA.type)
break;
@ -446,6 +441,7 @@ DEF_STRUCT_P_FUNC(`znode', , `dnl {{{
}
')
DONE(u)
#undef XCACHE_IS_CV
')
dnl }}}
DEF_STRUCT_P_FUNC(`zend_op', , `dnl {{{