Commit 09bdec92 authored by mmitchel's avatar mmitchel
Browse files

* extend.texi: Fix typo in last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35466 138bc75d-0d04-0410-961f-82ee72b054a4
parent feb7523c
2000-08-03 Mark Mitchell <mark@codesourcery.com>
* extend.texi: Fix typo in last change.
* extend.texi: Add commentary on statement-expressions and their
interactions with C++.
......
......@@ -220,7 +220,7 @@ on,
@example
string a, b;
printf("%s", toupper((a+b).c_str()[0]));
printf("%c", toupper((a+b).c_str()[0]));
@end example
@noindent
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment