diff options
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 18ad1cd..b75e9ac 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; |