Changeset 90 for trunk/xcache.c

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/xcache.c

    r86 r90  
    19601960} 
    19611961/* }}} */ 
    1962 static int xc_config_long(long *p, char *name, char *default_value) /* {{{ */ 
     1962static int xc_config_long(zend_ulong *p, char *name, char *default_value) /* {{{ */ 
    19631963{ 
    19641964    char *value;