diff options
author | Neil Vachharajani <nvachhar@google.com> | 2009-10-10 00:34:21 +0000 |
---|---|---|
committer | Neil Vachharajani <nvachhar@gcc.gnu.org> | 2009-10-10 00:34:21 +0000 |
commit | 2214382ca9c3dc847aedfbd60fa50e906445fd8c (patch) | |
tree | 802f327b8d84abd92a0b62a787f75c58dc03bcfe /gcc/doc/cpp.texi | |
parent | 98f4c2a362337a4b11510eea4cda4930ca72c381 (diff) | |
download | gcc-2214382ca9c3dc847aedfbd60fa50e906445fd8c.tar.gz |
directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs.
2009-10-09 Neil Vachharajani <nvachhar@google.com>
* libcpp/directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and
sccs.
* gcc/doc/cpp.texi (Other Directives): Do not list #ident and #sccs as
deprecated.
From-SVN: r152612
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index ce4c0c3ff5d..590630cee0d 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -3609,8 +3609,6 @@ These directives are not part of the C standard, but they are not official GNU extensions either. What historical information we have been able to find, suggests they originated with System V@. -Both @samp{#ident} and @samp{#sccs} are deprecated extensions. - @cindex null directive The @dfn{null directive} consists of a @samp{#} followed by a newline, with only whitespace (including comments) in between. A null directive |