From 47b3774a241687d69058571712dc3517aba6e279 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 17 Jul 1995 22:27:44 +0000 Subject: [PATCH] [linux]: Include values.h and #undef certain macros, to avoid conflict later. --- src/m/intel386.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 */ -- 2.39.2