From 2214382ca9c3dc847aedfbd60fa50e906445fd8c Mon Sep 17 00:00:00 2001 From: Neil Vachharajani Date: Sat, 10 Oct 2009 00:34:21 +0000 Subject: directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs. 2009-10-09 Neil Vachharajani * 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/cpp.texi | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50aebde..b91b6cc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-09 Neil Vachharajani + + * doc/cpp.texi (Other Directives): Do not list #ident and #sccs as + deprecated. + 2009-10-09 Richard Guenther PR lto/41638 diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index ce4c0c3..590630c 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 -- cgit v1.1