#include <limits.h> only if it exists.
This commit is contained in:
parent
037849a9a0
commit
42dbf88c39
@ -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>
|
2000-12-13 Rodney Brown <RodneyBrown@mynd.com>
|
||||||
|
|
||||||
* config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.
|
* config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.
|
||||||
|
@ -28,10 +28,12 @@
|
|||||||
FILENO is the filenumber. */
|
FILENO is the filenumber. */
|
||||||
|
|
||||||
#include "ansidecl.h"
|
#include "ansidecl.h"
|
||||||
#include <limits.h>
|
|
||||||
|
|
||||||
#include "as.h"
|
#include "as.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_LIMITS_H
|
||||||
|
#include <limits.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef BFD_ASSEMBLER
|
#ifdef BFD_ASSEMBLER
|
||||||
|
|
||||||
#include "dwarf2dbg.h"
|
#include "dwarf2dbg.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user