This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

Typeo in NEWS


The NEWS file claims that gdb's code has been converted to "ANS/ISO C".
It should either be "ANSI/ISO C", or more correctly, just "ISO C".  

I won't argue strenuously for "ISO" over "ANSI/ISO", but the patch
I'm including implements the latter.

J
2001-09-10  Jason Molenda  (jason-gdb-cl@molenda.com)

	* NEWS: "ANS/ISO C" -> "ISO C".

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.32
diff -u -p -r1.32 NEWS
--- NEWS	2001/08/02 18:42:18	1.32
+++ NEWS	2001/09/10 07:32:49
@@ -51,11 +51,10 @@ ARM RISCix					arm-*-* (as host)
 Tahoe						tahoe-*-*
 ser-ocd.c					*-*-*
 
-* GDB has been converted to ANS/ISO C.
+* GDB has been converted to ISO C.
 
-GDB's source code has been converted to ANS/ISO C.  In particular, the
-sources are fully protoized, and rely on standard headers being
-present.
+GDB's source code has been converted to ISO C.  In particular, the
+sources are fully protoized, and rely on standard headers being present.
 
 * Other news:
 

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