test on BIGMACHINE was wrong
authorceriel <none@none>
Fri, 15 Dec 1989 15:35:17 +0000 (15:35 +0000)
committerceriel <none@none>
Fri, 15 Dec 1989 15:35:17 +0000 (15:35 +0000)
modules/src/em_code/em.c

index d5db2de..cad00d1 100644 (file)
@@ -89,7 +89,7 @@ C_putbyte(c)
        Xputbyte(c);
 }
 
-#ifdef BIGMACHINE
+#if BIGMACHINE
 #define C_putbyte Xputbyte
 #endif