Locale changes from Bruno Haible <haible@clisp.cons.org>.
[deliverable/binutils-gdb.git] / gas / config / tc-pj.c
index fbd0eb66e865f2d1216f4aafefbd5ce7f544572d..7d5b835aecc7d12c03f01af61df5bb42d8919bca 100644 (file)
@@ -1,6 +1,6 @@
 /*-
    tc-pj.c -- Assemble code for Pico Java
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -22,6 +22,7 @@
 /* Contributed by Steve Chamberlain of Transmeta <sac@pobox.com>.  */
 
 #include "as.h"
+#include "safe-ctype.h"
 #include "opcode/pj.h"
 
 extern const pj_opc_info_t pj_opc_info[512];
@@ -312,7 +313,7 @@ md_assemble (str)
          pending_reloc = 0;
        }
 
-      while (isspace (*op_end))
+      while (ISSPACE (*op_end))
        op_end++;
 
       if (*op_end != 0)
This page took 0.023239 seconds and 4 git commands to generate.