summaryrefslogtreecommitdiff
path: root/src/m/iris4d.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-01-31 21:29:35 +0000
committerJim Blandy <jimb@redhat.com>1992-01-31 21:29:35 +0000
commit23b0668cf2879d5520b2157ef1fc7ad18f402ac6 (patch)
treee5e6e080b131ff55035ecd1aa4b1615c853cb2c0 /src/m/iris4d.h
parent93a3712002fec52f80d4cf0500f762e8dd8a558b (diff)
*** empty log message ***
Diffstat (limited to 'src/m/iris4d.h')
-rw-r--r--src/m/iris4d.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 89d022f765d..45ad2f7c2f2 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -191,3 +191,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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