]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/expr.h
another GetInt/GetId bug fix
[wxWidgets.git] / include / wx / expr.h
index 4555550dce93129a2a32363ff48f4a32c18118d9..52f45b9196fa4e8254df7730968789679fd69822 100644 (file)
@@ -13,6 +13,9 @@
 #define _WX_EXPRH__
 
 #include <math.h>
+#if defined(__VISAGECPP__) && __IBMCPP__ >= 400
+#  undef __BSEXCPT__
+#endif
 #include <stdlib.h>
 
 #ifdef ____HPUX__
 #define yy_scan_bytes PROIO_scan_bytes
 #define yy_flex_debug PROIO_flex_debug
 #define yy_flush_buffer PROIO_flush_buffer
+#if !defined(__VISAGECPP__)
+/* multiply defined??? */
 #define yyleng PROIO_yyleng
 #define yytext PROIO_yytext
+#endif
 
 #ifdef __cplusplus
 extern "C" {