Changeset 196 for trunk/xcache.c

Show
Ignore:
Timestamp:
09/24/2006 10:02:43 AM (6 years ago)
Author:
moo
Message:

fix #36, wrong inheriting static class variables

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r190 r196  
    24622462static startup_func_t xc_last_ext_startup; 
    24632463static zend_llist_element *xc_llist_element; 
    2464 static xc_ptr_compare_func(void *p1, void *p2) /* {{{ */ 
     2464static int xc_ptr_compare_func(void *p1, void *p2) /* {{{ */ 
    24652465{ 
    24662466    return p1 == p2;