diff options
Diffstat (limited to 'gcc/doc/cppinternals.texi')
-rw-r--r-- | gcc/doc/cppinternals.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi index 4b138a8..dc34eec 100644 --- a/gcc/doc/cppinternals.texi +++ b/gcc/doc/cppinternals.texi @@ -2,6 +2,8 @@ @setfilename cppinternals.info @settitle The GNU C Preprocessor Internals +@include gcc-common.texi + @ifinfo @dircategory Programming @direntry @@ -16,7 +18,7 @@ @ifinfo This file documents the internals of the GNU C Preprocessor. -Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -41,13 +43,12 @@ into another language, under the above conditions for modified versions. @titlepage @c @finalout @title Cpplib Internals -@subtitle Last revised January 2002 -@subtitle for GCC version 3.1 +@subtitle for GCC version @value{version-GCC} @author Neil Booth @page @vskip 0pt plus 1filll @c man begin COPYRIGHT -Copyright @copyright{} 2000, 2001, 2002, 2004 +Copyright @copyright{} 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of @@ -70,8 +71,8 @@ into another language, under the above conditions for modified versions. @top @chapter Cpplib---the GNU C Preprocessor -The GNU C preprocessor in GCC 3.x has been completely rewritten. It is -now implemented as a library, @dfn{cpplib}, so it can be easily shared between +The GNU C preprocessor is +implemented as a library, @dfn{cpplib}, so it can be easily shared between a stand-alone preprocessor, and a preprocessor integrated with the C, C++ and Objective-C front ends. It is also available for use by other programs, though this is not recommended as its exposed interface has |