1
0
Fork 0

fix typo cause build issue

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1577 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
master
Xuefer 2014-11-12 18:57:59 +00:00
parent f843d679ae
commit 050f536b17
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ DEF_STRUCT_P_FUNC(`zval_ptr', , `dnl {{{
')
IFDPRINT(`INDENT()`'fprintf(stderr, "[%p] ", (void *) SRC()[0]);')
STRUCT_P_EX(zval, DST()[0], SRC()[0], `[0]', `', ` ')
dnl don't set refcount in zval processor
dnl set refcount here instead of struct zval?
IFSTORE(`Z_SET_REFCOUNT(**DST(), 1);')
RELOCATE_EX(zval, DST()[0])
} while (0);