aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1995-07-04 23:44:23 -0700
committerPer Bothner <bothner@gcc.gnu.org>1995-07-04 23:44:23 -0700
commitd5bfe06fd69bbb40e95c48d23d297c8e68f56fc4 (patch)
treecfeee634a843b764eb7956dc9af9b9ed62b80be4 /gcc/cpphash.h
parent917c2d237fb801781cd7be50fba3224c03ba85d6 (diff)
downloadgcc-d5bfe06fd69bbb40e95c48d23d297c8e68f56fc4.zip
gcc-d5bfe06fd69bbb40e95c48d23d297c8e68f56fc4.tar.gz
gcc-d5bfe06fd69bbb40e95c48d23d297c8e68f56fc4.tar.bz2
cpphash.h (enum node_type): Remove unneeded and non-standard forward declaration.
* cpphash.h (enum node_type): Remove unneeded and non-standard forward declaration. From-SVN: r10106
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index b4d7207..914a12f 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -1,5 +1,3 @@
-enum node_type;
-
/* different kinds of things that can appear in the value field
of a hash node. Actually, this may be useless now. */
union hashval {