Changeset 232

Show
Ignore:
Timestamp:
10/10/2006 02:40:29 AM (7 years ago)
Author:
moo
Message:

processor: fix check_function of DEF_HASH_TABLE_FUNC for dprint

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/hashtable.m4

    r230 r232  
    9494 
    9595        for (b = src->pListHead; b != NULL; b = b->pListNext) { 
    96             ifelse(`$4', `', `', ` 
     96            ifelse($4, `', `', ` 
    9797                pushdef(`BUCKET', `b') 
    9898                if ($4 == ZEND_HASH_APPLY_REMOVE) {