# HG changeset patch # User Karl Heuer # Date 806020064 0 # Node ID 531c4c566e5519bfd08359b3a688d60be67ab3dc # Parent 63cdecbd7af49c696bc7080dab351717b515a9f3 [linux]: Include values.h and #undef certain macros, to avoid conflict later. diff -r 63cdecbd7af4 -r 531c4c566e55 src/m/intel386.h --- a/src/m/intel386.h Mon Jul 17 22:27:13 1995 +0000 +++ b/src/m/intel386.h Mon Jul 17 22:27:44 1995 +0000 @@ -52,10 +52,14 @@ 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 */