#include <limits.h> only if it exists.

This commit is contained in:
Nick Clifton 2000-12-13 18:42:28 +00:00
parent 037849a9a0
commit 42dbf88c39
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* dwarf2dbg.c: #include <limits.h> only if it exists.
2000-12-13 Rodney Brown <RodneyBrown@mynd.com>
* config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.

View File

@ -28,10 +28,12 @@
FILENO is the filenumber. */
#include "ansidecl.h"
#include <limits.h>
#include "as.h"
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#ifdef BFD_ASSEMBLER
#include "dwarf2dbg.h"