Adde dfinition if INT_MAX if limits.h is not included

This commit is contained in:
Nick Clifton 2000-12-13 18:46:41 +00:00
parent 42dbf88c39
commit 92625c1624

View File

@ -32,6 +32,8 @@
#ifdef HAVE_LIMITS_H
#include <limits.h>
#else
#define INT_MAX (int) (((unsigned)(-1)) >> 1)
#endif
#ifdef BFD_ASSEMBLER