summaryrefslogtreecommitdiffstats
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-09 06:19:08 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-09 06:19:08 +0000
commit45c365b1c36de9cf5188b06d3cb7a9cd912388a3 (patch)
tree2d216c719998f5bc9a35df885c61ae8b14a03fbb /gcc/cpplib.h
parent8007fd66509b11f1888ce43f339b78cbf08e5c15 (diff)
downloadppe42-gcc-45c365b1c36de9cf5188b06d3cb7a9cd912388a3.tar.gz
ppe42-gcc-45c365b1c36de9cf5188b06d3cb7a9cd912388a3.zip
* Makefile.in (c-opts.o): Update
* c-opts.c: Include intl.h. (print_help): Move from cppinit.c. Remove unused options. (COMMAND_LINE_OPTIONS): Move more from cppinit.c. (missing_arg): Complain for switches without an argument. (c_common_decode_option): Reject missing joined arguments. Handle new switches from cppinit.c. * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c. (cpp_handle_option): Similarly. (print_help): Moved to c-opts.c. * cpplib.h (struct cpp_options): Remove help_only. * gcc.c (cpp_unique_options): Remove -$. * doc/cppopts.texi: Undocument -h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56155 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index 7282df7f07d..97520a7ed96 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -395,11 +395,6 @@ struct cpp_options
/* Nonzero means handle C++ alternate operator names. */
unsigned char operator_names;
- /* True if --help, --version or --target-help appeared in the
- options. Stand-alone CPP should then bail out after option
- parsing; drivers might want to continue printing help. */
- unsigned char help_only;
-
/* True for traditional preprocessing. */
unsigned char traditional;
OpenPOWER on IntegriCloud