From 47c6d1cff1b9f19c30647ff3abc5e2ebc099da7d Mon Sep 17 00:00:00 2001 From: pme Date: Fri, 24 Aug 2001 20:50:53 +0000 Subject: [PATCH] 2001-08-24 Jan van Male * docs/html/17_intro/C++STYLE: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45163 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/docs/html/17_intro/C++STYLE | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f69d662..0067aba 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-08-24 Jan van Male + + * docs/html/17_intro/C++STYLE: Fix typo. + 2001-08-24 Phil Edwards * docs/html/23_containers/howto.html: Describe implementation of diff --git a/libstdc++-v3/docs/html/17_intro/C++STYLE b/libstdc++-v3/docs/html/17_intro/C++STYLE index c162a1f..5d22d7e 100644 --- a/libstdc++-v3/docs/html/17_intro/C++STYLE +++ b/libstdc++-v3/docs/html/17_intro/C++STYLE @@ -91,7 +91,7 @@ Notable areas of divergence from what may be previous local practice { space = _ISspace, print = _ISprint, - cntrl = _IScntrl, + cntrl = _IScntrl }; -NOT- enum { space = _ISspace, print = _ISprint, cntrl = _IScntrl }; -- 2.7.4