diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-27 19:08:36 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-27 19:08:36 +0000 |
commit | b6bf9cd5321cff75587c6386927e9abaf51b3198 (patch) | |
tree | 376dab862876e9b09630f6d229b81ba1eeb2fa61 /gcc/cpplib.h | |
parent | 562169a7750058ac1f9751c2708535e61638dda0 (diff) | |
download | gcc-b6bf9cd5321cff75587c6386927e9abaf51b3198.tar.gz |
* cppinit.c (cpp_reader_init): Remove handling of warn_paste
command line options.
(cpp_handle_option): Similarly.
* cpplib.h (struct cpp_options): Remove warn_paste.
* cppmacro.c (paste_tokens): Apart from assembler, make
unpasteable token warning mandatory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37804 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 18ad1cd29b2..b75e9ac19aa 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -367,10 +367,6 @@ struct cpp_options traditional C. */ unsigned char warn_traditional; - /* Nonzero means warn if ## is applied to two tokens that cannot be - pasted together. */ - unsigned char warn_paste; - /* Nonzero means turn warnings into errors. */ unsigned char warnings_are_errors; |