Changeset 90 for trunk/processor/main.m4

Show
Ignore:
Timestamp:
07/16/2006 06:06:46 AM (2 years ago)
Author:
moo
Message:

kill compiler warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/main.m4

    r12 r90  
    9292    if ($2) { 
    9393        IFSTORE(`$1 = (zend_class_entry *) xc_get_class_num(processor, $2);') 
    94         IFRESTORE(`$1 = xc_get_class(processor, (zend_uint) $2);') 
     94        IFRESTORE(`$1 = xc_get_class(processor, (zend_ulong) $2);') 
    9595        IFDASM(`add_assoc_stringl_ex(dst, ZEND_STRS("$3"), $2->name, strlen($2->name), 1);') 
    9696    }