From 2ec9c783a1228356d286ce321d2429683b60f8f5 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Tue, 10 Oct 2006 00:40:29 +0000 Subject: [PATCH] processor: fix check_function of DEF_HASH_TABLE_FUNC for dprint git-svn-id: svn://svn.lighttpd.net/xcache/trunk@232 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- processor/hashtable.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/hashtable.m4 b/processor/hashtable.m4 index 21ebf5c..759d770 100644 --- a/processor/hashtable.m4 +++ b/processor/hashtable.m4 @@ -93,7 +93,7 @@ define(`DEF_HASH_TABLE_FUNC', ` DISABLECHECK(` for (b = src->pListHead; b != NULL; b = b->pListNext) { - ifelse(`$4', `', `', ` + ifelse($4, `', `', ` pushdef(`BUCKET', `b') if ($4 == ZEND_HASH_APPLY_REMOVE) { IFCOPY(`dst->nNumOfElements --;')