PATCH: binutils + i18n

Peter.Targett@arccores.com Peter.Targett@arccores.com
Thu Sep 20 03:44:00 GMT 2001


> There are still a few "#include <ctype.h>" left:

> # find -name *.[ch] | xargs grep ctype.h | grep  include | grep -v
safe-ctype.h
> ./opcodes/arc-dis.c:#include <ctype.h>
> ...

I tested this #include by removing it since ./opcodes/arc-dis.c did'nt appear
to make any references to isspace(), etc..

Index: opcodes/arc-dis.c
===================================================================
RCS file: /cvs/src/src/opcodes/arc-dis.c,v
retrieving revision 1.5
diff -c -3 -p -r1.5 arc-dis.c
*** arc-dis.c  2001/08/21 08:51:12 1.5
--- arc-dis.c  2001/09/20 10:32:53
***************
*** 26,32 ****
  #include <string.h>
  #include "opintl.h"

- #include <ctype.h>
  #include <stdarg.h>
  #include "arc-dis.h"
  #include "arc-ext.h"
--- 26,31 ----



More information about the Binutils mailing list