From: Karl Heuer Date: Mon, 17 Jul 1995 22:27:44 +0000 (+0000) Subject: [linux]: Include values.h and #undef X-Git-Tag: emacs-19.34~3311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47b3774a241687d69058571712dc3517aba6e279;p=emacs.git [linux]: Include values.h and #undef certain macros, to avoid conflict later. --- diff --git a/src/m/intel386.h b/src/m/intel386.h index 094c634611a..5eef3f28d9e 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -52,10 +52,14 @@ NOTE-END */ the size of various data types. */ -/* Linux defines these in , but they can't be used in #if's */ +/* Linux defines these in , but they can't be used in #if's. + #include it now so we know we've overridden it once and for all. */ +#ifdef linux +#include #undef SHORTBITS #undef INTBITS #undef LONGBITS +#endif #define SHORTBITS 16 /* Number of bits in a short */