C++STYLE: Fix typo.
2001-08-24 Jan van Male <jan.vanmale@fenk.wau.nl> * docs/html/17_intro/C++STYLE: Fix typo. From-SVN: r45163
This commit is contained in:
parent
b5796814d0
commit
11a584be8d
@ -1,3 +1,7 @@
|
|||||||
|
2001-08-24 Jan van Male <jan.vanmale@fenk.wau.nl>
|
||||||
|
|
||||||
|
* docs/html/17_intro/C++STYLE: Fix typo.
|
||||||
|
|
||||||
2001-08-24 Phil Edwards <pme@sources.redhat.com>
|
2001-08-24 Phil Edwards <pme@sources.redhat.com>
|
||||||
|
|
||||||
* docs/html/23_containers/howto.html: Describe implementation of
|
* docs/html/23_containers/howto.html: Describe implementation of
|
||||||
|
@ -91,7 +91,7 @@ Notable areas of divergence from what may be previous local practice
|
|||||||
{
|
{
|
||||||
space = _ISspace,
|
space = _ISspace,
|
||||||
print = _ISprint,
|
print = _ISprint,
|
||||||
cntrl = _IScntrl,
|
cntrl = _IScntrl
|
||||||
};
|
};
|
||||||
-NOT-
|
-NOT-
|
||||||
enum { space = _ISspace, print = _ISprint, cntrl = _IScntrl };
|
enum { space = _ISspace, print = _ISprint, cntrl = _IScntrl };
|
||||||
|
Loading…
Reference in New Issue
Block a user