Locale changes from Bruno Haible <haible@clisp.cons.org>.
[deliverable/binutils-gdb.git] / bfd / oasys.c
index dcb2b7381acde02a0cb333c0ed09696cf7f0feef..d8dc957c8e8799797fe4f7f7300029f227d83ef9 100644 (file)
@@ -22,7 +22,7 @@
 #define UNDERSCORE_HACK 1
 #include "bfd.h"
 #include "sysdep.h"
-#include <ctype.h>
+#include "safe-ctype.h"
 #include "libbfd.h"
 #include "oasys.h"
 #include "liboasys.h"
@@ -1030,7 +1030,7 @@ oasys_write_sections (abfd)
 
   for (s = abfd->sections; s != (asection *) NULL; s = s->next)
     {
-      if (!isdigit ((unsigned char) s->name[0]))
+      if (!ISDIGIT (s->name[0]))
        {
          (*_bfd_error_handler)
            (_("%s: can not represent section `%s' in oasys"),
This page took 0.035127 seconds and 4 git commands to generate.