This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

[v3] Fix minor typo



Applied, trunk and branch.


2001-08-24  Jan van Male <jan.vanmale@fenk.wau.nl>

	* docs/html/17_intro/C++STYLE:  Fix typo.


Index: docs/html/17_intro/C++STYLE
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/17_intro/C++STYLE,v
retrieving revision 1.5
diff -u -3 -p -r1.5 C++STYLE
--- C++STYLE	2001/02/07 00:03:20	1.5
+++ C++STYLE	2001/08/24 20:49:41
@@ -91,7 +91,7 @@ Notable areas of divergence from what ma
   {
     space = _ISspace,
     print = _ISprint,
-    cntrl = _IScntrl,
+    cntrl = _IScntrl
   };
   -NOT-
   enum { space = _ISspace, print = _ISprint, cntrl = _IScntrl };


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