]> git.eshelyaron.com Git - emacs.git/commitdiff
[linux]: Include values.h and #undef
authorKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 22:27:44 +0000 (22:27 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 22:27:44 +0000 (22:27 +0000)
certain macros, to avoid conflict later.

src/m/intel386.h

index 094c634611a8661f96f9623ff00a8aa09e8260be..5eef3f28d9e4f8b5edc3f50b3dd17f575ea36677 100644 (file)
@@ -52,10 +52,14 @@ NOTE-END */
  the size of various data types.  */
 
 
-/* Linux defines these in <values.h>, but they can't be used in #if's */
+/* Linux defines these in <values.h>, 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 <values.h>
 #undef SHORTBITS
 #undef INTBITS
 #undef LONGBITS
+#endif
   
 #define SHORTBITS 16           /* Number of bits in a short */