- icc 11 defines __ptr32
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 6 Jul 2009 20:39:03 +0000 (20:39 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 6 Jul 2009 20:39:03 +0000 (20:39 +0000)
[r26242]

tokens.inc

index a379dc7..d801de9 100644 (file)
@@ -112,6 +112,9 @@ S(_MS, __FUNCDNAME__)
 #ifdef __w64
 #undef __w64
 #endif
+#ifdef __ptr32
+#undef __ptr32
+#endif
 #ifdef __ptr64
 #undef __ptr64
 #endif