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 --;')