Changeset 18 for trunk

Show
Ignore:
Timestamp:
05/25/2006 04:33:32 AM (7 years ago)
Author:
moo
Message:

fix win32/vc build for php4

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r17 r18  
    2727#include "opcode_spec.h" 
    2828 
    29 #undef NDEBUG 
    3029#ifdef DEBUG 
     30#   undef NDEBUG 
    3131#   undef inline 
    3232#   define inline 
    3333#else 
    34 #   define NDEBUG 
     34#   ifndef NDEBUG 
     35#       define NDEBUG 
     36#   endif 
    3537#endif 
    3638#include <assert.h> 
     
    18771879#endif 
    18781880{ 
     1881#ifdef ZEND_ENGINE_2 
    18791882    TSRMLS_FETCH(); 
     1883#endif 
    18801884 
    18811885    xc_request_shutdown(TSRMLS_C);