Locale changes from Bruno Haible <haible@clisp.cons.org>.
[deliverable/binutils-gdb.git] / bfd / pdp11.c
index de12563433b44e7154d3dd3db91edd272ef47305..5c1d4d21efded3a65265ad9809e2ff5ca451bab6 100644 (file)
@@ -304,9 +304,9 @@ DESCRIPTION
 #define KEEPIT udata.i
 
 #include <string.h>            /* For strchr and friends */
-#include <ctype.h>
 #include "bfd.h"
 #include "sysdep.h"
+#include "safe-ctype.h"
 #include "bfdlink.h"
 
 #include "libaout.h"
@@ -4176,7 +4176,7 @@ aout_link_write_symbols (finfo, input_bfd)
                            {
                              /* Skip the file number.  */
                              ++s;
-                             while (isdigit ((unsigned char) *s))
+                             while (ISDIGIT (*s))
                                ++s;
                              --s;
                            }
This page took 0.027261 seconds and 4 git commands to generate.