Changeset 218

Show
Ignore:
Timestamp:
10/07/2006 04:14:45 AM (7 years ago)
Author:
moo
Message:

processor: zend_constant.name uses malloc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r217 r218  
    222222    DISPATCH(int, flags) 
    223223    DISPATCH(uint, name_len) 
     224    pushdef(`emalloc', `malloc($1)') 
     225    pushdef(`ecalloc', `calloc($1, $2)') 
    224226    PROC_ZSTRING_L(, name, name_len) 
     227    popdef(`ecalloc') 
     228    popdef(`emalloc') 
    225229    DISPATCH(int, module_number) 
    226230')