Include <ctype.h> for isupper().
This commit is contained in:
parent
d082b2bb92
commit
30f6df08a5
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Feb 29 18:09:46 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* arm-tdep.c: Include <ctype.h>.
|
||||
|
||||
Tue Feb 29 17:33:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From Wed, 23 Feb 2000 Fernando Nasser <fnasser@redhat.com>:
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "gdb_string.h"
|
||||
#include "coff/internal.h" /* Internal format of COFF symbols in BFD */
|
||||
#include "dis-asm.h" /* For register flavors. */
|
||||
#include <ctype.h> /* for isupper () */
|
||||
|
||||
extern void _initialize_arm_tdep (void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue