summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-09 18:34:05 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-09 18:34:05 +0000
commit4a6a3ec71ff798a4de0e0ce9c14795bb65f8389e (patch)
tree6cd9dbd8864e82c00b64e338419a2d6787bb0b33 /gcc/doc
parent5b9dc69448195712a89b47fe5164e00a9563c0c3 (diff)
downloadgcc-4a6a3ec71ff798a4de0e0ce9c14795bb65f8389e.tar.gz
Revert:
PR c++/15815 2004-06-07 Mark Mitchell <mark@codesourcery.com> * doc/extend.texi: Deprecate #pragma interface and #pragma implementation. Revert: PR c++/15815 2004-06-07 Mark Mitchell <mark@codesourcery.com> * lex.c (handle_pragma_interface): Deprecate. (handle_pragma_implementation): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82847 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 7d608df0cb7..204c64b1006 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -7942,9 +7942,6 @@ use of the header file.
@item #pragma interface
@itemx #pragma interface "@var{subdir}/@var{objects}.h"
@kindex #pragma interface
-This @samp{#pragma} has been deprecated and will be removed in a
-future release of GCC.
-
Use this directive in @emph{header files} that define object classes, to save
space in most of the object files that use those classes. Normally,
local copies of certain information (backup copies of inline member
@@ -7965,9 +7962,6 @@ implementation}.
@item #pragma implementation
@itemx #pragma implementation "@var{objects}.h"
@kindex #pragma implementation
-This @samp{#pragma} has been deprecated and will be removed in a
-future release of GCC.
-
Use this pragma in a @emph{main input file}, when you want full output from
included header files to be generated (and made globally visible). The
included header file, in turn, should use @samp{#pragma interface}.