OSDN Git Service

aadd conditionals around definition of INT_MAX
authornickc <nickc>
Wed, 13 Dec 2000 18:48:04 +0000 (18:48 +0000)
committernickc <nickc>
Wed, 13 Dec 2000 18:48:04 +0000 (18:48 +0000)
gas/dwarf2dbg.c

index 2d733d4..d861110 100644 (file)
 #ifdef HAVE_LIMITS_H
 #include <limits.h>
 #else
+#ifndef INT_MAX
 #define INT_MAX (int) (((unsigned)(-1)) >> 1)
 #endif
+#endif
 
 #ifdef BFD_ASSEMBLER