Changeset 603
- Timestamp:
- 2009-07-05T07:50:46+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (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;
Note: See TracChangeset
for help on using the changeset viewer.

