Locale changes from Bruno Haible <haible@clisp.cons.org>.
[deliverable/binutils-gdb.git] / gas / config / tc-i960.c
index 66ec025d79b0ad3eca8a558f965e8ea50b952e06..279c2143c024d1053265fb7609c18d74f0af44c5 100644 (file)
         a relocation directive.  */
 
 #include <stdio.h>
-#include <ctype.h>
 
 #include "as.h"
 
+#include "safe-ctype.h"
 #include "obstack.h"
 
 #include "opcode/i960.h"
@@ -1389,8 +1389,8 @@ get_args (p, args)
     {
 
       if (*p == ' '
-         && (! isalnum ((unsigned char) p[1])
-             || ! isalnum ((unsigned char) p[-1])))
+         && (! ISALNUM (p[1])
+             || ! ISALNUM (p[-1])))
        {
          p++;
 
This page took 0.029593 seconds and 4 git commands to generate.