summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-09 00:26:31 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-09 00:26:31 +0000
commit1502b0a9151ccd6d42f18888a9e105a2711b324c (patch)
tree46ae35885239fcd62ec02bd8239fcf69d73945ec /gcc/cpphash.h
parent8a46ca3870faa9d172213439eb61a0fc3a45329d (diff)
downloadgcc-1502b0a9151ccd6d42f18888a9e105a2711b324c.tar.gz
* Makefile.in (LIBCPP_OBJS): Take out version.o.
* cpphash.h (cpp_reader): Take out print_version member. * cppinit.c: (cpp_handle_option): Don't do anything with -version. Just set help_only for --version, --target-help. Just set verbose option for -v. (cpp_post_options): Don't print a version string. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54390 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index 38ba244769a..9a4915daf72 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -386,10 +386,6 @@ struct cpp_reader
preprocessor. */
struct spec_nodes spec_nodes;
- /* Whether to print our version number. Done this way so
- we don't get it twice for -v -version. */
- unsigned char print_version;
-
/* Whether cpplib owns the hashtable. */
unsigned char our_hashtable;