diff options
author | Mike Stump <mrs@apple.com> | 2005-04-28 00:24:11 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2005-04-28 00:24:11 +0000 |
commit | b23aee6c5fdad2f100ecfeaac31f19f514034542 (patch) | |
tree | e831e97bfd89bde40fcb0ff4200530c53b641e66 /gcc | |
parent | b7f755e8ce5a9221183787c94d622c4a5e346ab4 (diff) | |
download | gcc-b23aee6c5fdad2f100ecfeaac31f19f514034542.zip gcc-b23aee6c5fdad2f100ecfeaac31f19f514034542.tar.gz gcc-b23aee6c5fdad2f100ecfeaac31f19f514034542.tar.bz2 |
* doc/cpp.texi: gcc now implements universal character names.
From-SVN: r98898
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/cpp.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af22488..428ff508 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 15d301a..02cb4b8 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -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, |