Commit 57cac714 by Mark Mitchell Committed by Mark Mitchell

* extend.texi: Fix typo in last change.

From-SVN: r35466
parent 83440c1e
2000-08-03 Mark Mitchell <mark@codesourcery.com> 2000-08-03 Mark Mitchell <mark@codesourcery.com>
* extend.texi: Fix typo in last change.
* extend.texi: Add commentary on statement-expressions and their * extend.texi: Add commentary on statement-expressions and their
interactions with C++. interactions with C++.
......
...@@ -220,7 +220,7 @@ on, ...@@ -220,7 +220,7 @@ on,
@example @example
string a, b; string a, b;
printf("%s", toupper((a+b).c_str()[0])); printf("%c", toupper((a+b).c_str()[0]));
@end example @end example
@noindent @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