Changeset 196 for trunk/xcache.c
- Timestamp:
- 09/24/2006 10:02:43 AM (6 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r190 r196 2462 2462 static startup_func_t xc_last_ext_startup; 2463 2463 static zend_llist_element *xc_llist_element; 2464 static xc_ptr_compare_func(void *p1, void *p2) /* {{{ */2464 static int xc_ptr_compare_func(void *p1, void *p2) /* {{{ */ 2465 2465 { 2466 2466 return p1 == p2;

