From: ceriel Date: Fri, 15 Dec 1989 15:35:17 +0000 (+0000) Subject: test on BIGMACHINE was wrong X-Git-Tag: release-5-5~2007 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d6f0d3b65f48ee7f7a5708d3dbd24d00dcc31ff8;p=ack.git test on BIGMACHINE was wrong --- diff --git a/modules/src/em_code/em.c b/modules/src/em_code/em.c index d5db2de4c..cad00d1dd 100644 --- a/modules/src/em_code/em.c +++ b/modules/src/em_code/em.c @@ -89,7 +89,7 @@ C_putbyte(c) Xputbyte(c); } -#ifdef BIGMACHINE +#if BIGMACHINE #define C_putbyte Xputbyte #endif