parent
83440c1e96
commit
57cac71461
|
@ -1,5 +1,7 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue