summaryrefslogtreecommitdiff
path: root/gcc/extend.texi
diff options
context:
space:
mode:
authorloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-11 07:20:47 +0000
committerloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-11 07:20:47 +0000
commite4f7cfabd92c56624ca686c6b68f0889a2586515 (patch)
treee6d0d714d436cec56c75f56593ac442f9f050836 /gcc/extend.texi
parent9065d17ce9ef11af2bced1216da19491909df9ac (diff)
downloadgcc-e4f7cfabd92c56624ca686c6b68f0889a2586515.tar.gz
* extend.texi: ISO C99 is not a draft anymore.
* invoke.texi: ISO C++ is not a draft anymore. * cpp.texi: __cplusplus is required by the ISO standard. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/extend.texi')
-rw-r--r--gcc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi
index 00b5d97abb9..4cce201bc17 100644
--- a/gcc/extend.texi
+++ b/gcc/extend.texi
@@ -3094,7 +3094,7 @@ meaning inside a function, since the preprocessor does not do anything
special with the identifier @code{__FUNCTION__}.
GNU CC also supports the magic word @code{__func__}, defined by the
-draft standard for C-99:
+ISO standard C-99:
@display
The identifier @code{__func__} is implicitly declared by the translator