This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: binutils + i18n



> 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 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]