test on BIGMACHINE was wrong

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

View file

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