From: foobar Date: Sun, 27 May 2001 23:49:22 +0000 (+0000) Subject: killed some compile warnings. the informix header files redefine these. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dca041ec3c47c78790a7931eca861bafac9f71c;p=php killed some compile warnings. the informix header files redefine these. --- diff --git a/ext/informix/php_informix.h b/ext/informix/php_informix.h index 2571324036..2c141c60a4 100644 --- a/ext/informix/php_informix.h +++ b/ext/informix/php_informix.h @@ -54,6 +54,8 @@ extern zend_module_entry ifx_module_entry; #define ifx_module_ptr &ifx_module_entry +#undef TYPEMAX +#undef CHAR #include "locator.h" #include "sqltypes.h"