Commit b23aee6c by Mike Stump Committed by Mike Stump

* doc/cpp.texi: gcc now implements universal character names.

From-SVN: r98898
parent b7f755e8
2005-04-27 Mike Stump <mrs@apple.com>
* doc/cpp.texi: gcc now implements universal character names.
2005-04-27 Joseph S. Myers <joseph@codesourcery.com> 2005-04-27 Joseph S. Myers <joseph@codesourcery.com>
PR c/21159 PR c/21159
......
...@@ -3764,8 +3764,8 @@ character set may be controlled by the user, with the ...@@ -3764,8 +3764,8 @@ character set may be controlled by the user, with the
The C and C++ standards allow identifiers to be composed of @samp{_} The C and C++ standards allow identifiers to be composed of @samp{_}
and the alphanumeric characters. C++ and C99 also allow universal and the alphanumeric characters. C++ and C99 also allow universal
character names (not implemented in GCC), and C99 further permits character names, and C99 further permits implementation-defined
implementation-defined characters. characters.
GCC allows the @samp{$} character in identifiers as an extension for GCC allows the @samp{$} character in identifiers as an extension for
most targets. This is true regardless of the @option{std=} switch, most targets. This is true regardless of the @option{std=} switch,
......
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