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


On Tue, Sep 18, 2001 at 10:37:35PM -0700, H . J . Lu wrote:
> 
> FYI, since there were no objections, I checked it in.

I'll bet no one checked over the patch in any detail.  :)

	* config/tc-i370.c: Fix typo in last change.

Index: gas/config/tc-i370.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i370.c,v
retrieving revision 1.11
diff -u -p -r1.11 tc-i370.c
--- tc-i370.c	2001/09/19 05:33:24	1.11
+++ tc-i370.c	2001/09/19 08:04:11
@@ -30,7 +30,7 @@
 
 #include <stdio.h>
 #include "as.h"
-#include "c=ctype.h"
+#include "safe-ctype.h"
 #include "subsegs.h"
 #include "struc-symbol.h"
 


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