diff src/m/iris4d.h @ 525:44213fc1fbb6

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 31 Jan 1992 21:29:35 +0000
parents c0335c02f1d7
children 1ffd52c765c7
line wrap: on
line diff
--- a/src/m/iris4d.h	Fri Jan 31 21:19:17 1992 +0000
+++ b/src/m/iris4d.h	Fri Jan 31 21:29:35 1992 +0000
@@ -191,3 +191,7 @@
 #define XMARKBIT(a) ((a) < 0)
 #define XSETMARKBIT(a,b) ((a) = ((a) & ~MARKBIT) | ((b) ? MARKBIT : 0))
 #define XUNMARK(a) ((a) = (((unsigned)(a) << INTBITS-GCTYPEBITS-VALBITS) >> INTBITS-GCTYPEBITS-VALBITS))
+
+/* Turn off some "helpful" error checks for type mismatches
+   that we can't fix without breaking other machines.  */
+#define C_SWITCH_MACHINE -cckr