diff options
author | Martin Liska <mliska@suse.cz> | 2021-05-26 11:02:49 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-05-26 11:02:49 +0200 |
commit | 6aa35533efeb01414f76b3316a22826f6d874a38 (patch) | |
tree | aead5b23b598bde6b603ca168f874566f5c88320 /gcc/doc | |
parent | e1ba2cb28a9a154eb7afdfa4a6b67fb3cdca4c8c (diff) | |
download | gcc-6aa35533efeb01414f76b3316a22826f6d874a38.zip gcc-6aa35533efeb01414f76b3316a22826f6d874a38.tar.gz gcc-6aa35533efeb01414f76b3316a22826f6d874a38.tar.bz2 |
Remove some leading comments - it makes troubles.
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/cppdiropts.texi | 11 | ||||
-rw-r--r-- | gcc/doc/cppenv.texi | 11 | ||||
-rw-r--r-- | gcc/doc/cppopts.texi | 11 | ||||
-rw-r--r-- | gcc/doc/cppwarnopts.texi | 11 |
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 |