Changeset 505

Show
Ignore:
Timestamp:
01/05/2008 04:42:33 AM (5 years ago)
Author:
moo
Message:

1 byte off for zend_constant

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r504 r505  
    241241    pushdef(`emalloc', `malloc($1)') 
    242242    pushdef(`ecalloc', `calloc($1, $2)') 
    243     PROC_ZSTRING_L(, name, name_len) 
     243    PROC_ZSTRING_N(, name, name_len) 
    244244    popdef(`ecalloc') 
    245245    popdef(`emalloc')