]> gcc.gnu.org Git - gcc.git/commitdiff
* doc/cpp.texi: gcc now implements universal character names.
authorMike Stump <mrs@apple.com>
Thu, 28 Apr 2005 00:24:11 +0000 (00:24 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 28 Apr 2005 00:24:11 +0000 (00:24 +0000)
From-SVN: r98898

gcc/ChangeLog
gcc/doc/cpp.texi

index af2248827dc03562ff9ef0a58a2d2a58bb54d8da..428ff50835c162613e8f1be65cecb0298883bc55 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR c/21159
index 15d301ab7ef1bce164e5662aa13e45a1e0677074..02cb4b8d2004ca06f4ec2586e5f1afad5e715931 100644 (file)
@@ -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{_}
 and the alphanumeric characters.  C++ and C99 also allow universal
-character names (not implemented in GCC), and C99 further permits
-implementation-defined characters.
+character names, and C99 further permits implementation-defined
+characters.
 
 GCC allows the @samp{$} character in identifiers as an extension for
 most targets.  This is true regardless of the @option{std=} switch,
This page took 0.079492 seconds and 5 git commands to generate.