Changeset 603 for branches/1.3
- Timestamp:
- 07/05/2009 07:50:46 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
xc_malloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xc_malloc.c
r602 r603 148 148 static XC_SHM_IS_READWRITE(xc_malloc_is_readwrite) /* {{{ */ 149 149 { 150 #ifdef HAVE_XCACHE_TEST 150 151 HashPosition pos; 151 152 size_t *psize; … … 160 161 zend_hash_move_forward_ex(&shm->blocks, &pos); 161 162 } 163 #endif 162 164 163 165 return 0;

