diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-28 00:24:11 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-28 00:24:11 +0000 |
commit | 827dd05bd792f27e95ece6027dee8ccfbfa002f9 (patch) | |
tree | e831e97bfd89bde40fcb0ff4200530c53b641e66 /gcc/doc/cpp.texi | |
parent | 94c945a402ff1859e45ab3242fb346c3ad3e4f56 (diff) | |
download | gcc-827dd05bd792f27e95ece6027dee8ccfbfa002f9.tar.gz |
* doc/cpp.texi: gcc now implements universal character names.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98898 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 15d301ab7ef..02cb4b8d200 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, |