aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2002-06-09 00:26:31 +0000
committerZack Weinberg <zack@gcc.gnu.org>2002-06-09 00:26:31 +0000
commit5a9ee623873a28efd20ff99dda1e42d4691b96f9 (patch)
tree46ae35885239fcd62ec02bd8239fcf69d73945ec /gcc/cpphash.h
parentc16e5a3596f133f3812119d7d0ddfae30b117140 (diff)
downloadgcc-5a9ee623873a28efd20ff99dda1e42d4691b96f9.zip
gcc-5a9ee623873a28efd20ff99dda1e42d4691b96f9.tar.gz
gcc-5a9ee623873a28efd20ff99dda1e42d4691b96f9.tar.bz2
Makefile.in (LIBCPP_OBJS): Take out version.o.
* 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. From-SVN: r54390
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 38ba244..9a4915d 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;