aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-05-26 11:02:49 +0200
committerMartin Liska <mliska@suse.cz>2021-05-26 11:02:49 +0200
commit6aa35533efeb01414f76b3316a22826f6d874a38 (patch)
treeaead5b23b598bde6b603ca168f874566f5c88320
parente1ba2cb28a9a154eb7afdfa4a6b67fb3cdca4c8c (diff)
downloadgcc-6aa35533efeb01414f76b3316a22826f6d874a38.zip
gcc-6aa35533efeb01414f76b3316a22826f6d874a38.tar.gz
gcc-6aa35533efeb01414f76b3316a22826f6d874a38.tar.bz2
Remove some leading comments - it makes troubles.
-rw-r--r--gcc/doc/cppdiropts.texi11
-rw-r--r--gcc/doc/cppenv.texi11
-rw-r--r--gcc/doc/cppopts.texi11
-rw-r--r--gcc/doc/cppwarnopts.texi11
4 files changed, 0 insertions, 44 deletions
diff --git a/gcc/doc/cppdiropts.texi b/gcc/doc/cppdiropts.texi
index 6757a38..392a645 100644
--- a/gcc/doc/cppdiropts.texi
+++ b/gcc/doc/cppdiropts.texi
@@ -1,14 +1,3 @@
-@c Copyright (C) 1999-2021 Free Software Foundation, Inc.
-@c This is part of the CPP and GCC manuals.
-@c For copying conditions, see the file gcc.texi.
-
-@c ---------------------------------------------------------------------
-@c Options affecting include directory search in the preprocessor
-@c ---------------------------------------------------------------------
-
-@c If this file is included with the flag ``cppmanual'' set, it is
-@c formatted for inclusion in the CPP manual; otherwise the main GCC manual.
-
@item -I @var{dir}
@itemx -iquote @var{dir}
@itemx -isystem @var{dir}
diff --git a/gcc/doc/cppenv.texi b/gcc/doc/cppenv.texi
index 89749c0..c26d588 100644
--- a/gcc/doc/cppenv.texi
+++ b/gcc/doc/cppenv.texi
@@ -1,14 +1,3 @@
-@c Copyright (C) 1999-2021 Free Software Foundation, Inc.
-@c This is part of the CPP and GCC manuals.
-@c For copying conditions, see the file gcc.texi.
-
-@c ---------------------------------------------------------------------
-@c Environment variables affecting the preprocessor
-@c ---------------------------------------------------------------------
-
-@c If this file is included with the flag ``cppmanual'' set, it is
-@c formatted for inclusion in the CPP manual; otherwise the main GCC manual.
-
@vtable @env
@item CPATH
@itemx C_INCLUDE_PATH
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi
index b941de6..186e1c2 100644
--- a/gcc/doc/cppopts.texi
+++ b/gcc/doc/cppopts.texi
@@ -1,14 +1,3 @@
-@c Copyright (C) 1999-2021 Free Software Foundation, Inc.
-@c This is part of the CPP and GCC manuals.
-@c For copying conditions, see the file gcc.texi.
-
-@c ---------------------------------------------------------------------
-@c Options affecting the preprocessor
-@c ---------------------------------------------------------------------
-
-@c If this file is included with the flag ``cppmanual'' set, it is
-@c formatted for inclusion in the CPP manual; otherwise the main GCC manual.
-
@item -D @var{name}
@opindex D
Predefine @var{name} as a macro, with definition @code{1}.
diff --git a/gcc/doc/cppwarnopts.texi b/gcc/doc/cppwarnopts.texi
index f75519e..fb001ae 100644
--- a/gcc/doc/cppwarnopts.texi
+++ b/gcc/doc/cppwarnopts.texi
@@ -1,14 +1,3 @@
-@c Copyright (C) 1999-2021 Free Software Foundation, Inc.
-@c This is part of the CPP and GCC manuals.
-@c For copying conditions, see the file gcc.texi.
-
-@c ---------------------------------------------------------------------
-@c Options affecting preprocessor warnings
-@c ---------------------------------------------------------------------
-
-@c If this file is included with the flag ``cppmanual'' set, it is
-@c formatted for inclusion in the CPP manual; otherwise the main GCC manual.
-
@item -Wcomment
@itemx -Wcomments
@opindex Wcomment