mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-30 07:20:41 +00:00
#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>
|
||||
|
||||
* config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user