aadd conditionals around definition of INT_MAX
authorNick Clifton <nickc@redhat.com>
Wed, 13 Dec 2000 18:48:04 +0000 (18:48 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 13 Dec 2000 18:48:04 +0000 (18:48 +0000)
gas/dwarf2dbg.c

index 2d733d4b65887e049e8c8ec094e65580d405ca4c..d8611104402da7ba6e7256bfa97506478b6101d7 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