test on BIGMACHINE was wrong

This commit is contained in:
ceriel 1989-12-15 15:35:17 +00:00
parent f382b0d3de
commit fc58f416e4

View File

@ -89,7 +89,7 @@ C_putbyte(c)
Xputbyte(c); Xputbyte(c);
} }
#ifdef BIGMACHINE #if BIGMACHINE
#define C_putbyte Xputbyte #define C_putbyte Xputbyte
#endif #endif