Show
Ignore:
Timestamp:
03/25/2012 09:18:30 AM (14 months ago)
Author:
moo
Message:

kill some warning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r843 r844  
    405405    dnl runtime binding: ADD_INTERFACE will deal with it 
    406406    COPYNULL(`interfaces') 
    407     COPYNULL(`num_interfaces') 
     407    COPYZERO(`num_interfaces') 
    408408 
    409409#   ifdef ZEND_ENGINE_2_4 
    410410    dnl runtime binding: ADD_TRAIT will deal with it 
    411411    COPYNULL(traits) 
    412     COPYNULL(num_traits) 
     412    COPYZERO(num_traits) 
    413413#   endif 
    414414#else