Include <ctype.h> for isupper().
authorAndrew Cagney <cagney@redhat.com>
Tue, 29 Feb 2000 07:23:02 +0000 (07:23 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 29 Feb 2000 07:23:02 +0000 (07:23 +0000)
gdb/ChangeLog
gdb/arm-tdep.c

index 4c4ecd5c4c71d4bd5091cd864ffc4bc605b2ea94..0d85d0232ca8aec5f4f0b31c5513f5d2a7087b81 100644 (file)
@@ -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>:
index edacf985ace3e401bb7e0becb53fc55d293ce585..eaaa19cedfcc2af587de673b02abfcd2f23eb392 100644 (file)
@@ -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);
 
This page took 0.029693 seconds and 4 git commands to generate.