Changeset 559 for trunk/xcache.c

Show
Ignore:
Timestamp:
07/04/2008 08:38:12 AM (5 months ago)
Author:
moo
Message:

fixed #183: fix for some assert.h that conflict with php.h NDEBUG stuffs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r557 r559  
    581581    } 
    582582    add_assoc_zval_ex(return_value, ZEND_STRS("free_blocks"), blocks); 
     583#ifndef NDEBUG 
    583584    assert(avail == handlers->avail(mem)); 
     585#endif 
    584586} 
    585587/* }}} */