summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-05-27 23:49:22 +0000
committerfoobar <sniper@php.net>2001-05-27 23:49:22 +0000
commit2dca041ec3c47c78790a7931eca861bafac9f71c (patch)
tree7181a1e35e239d89bafa361a217f01465eed41bf
parent49d18d9f256f681d51341ccf77bebc4fece2b7b1 (diff)
downloadphp-git-2dca041ec3c47c78790a7931eca861bafac9f71c.tar.gz
killed some compile warnings. the informix header files redefine these.
-rw-r--r--ext/informix/php_informix.h2
1 files changed, 2 insertions, 0 deletions
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"