From d5bfe06fd69bbb40e95c48d23d297c8e68f56fc4 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 4 Jul 1995 23:44:23 -0700 Subject: [PATCH] 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 --- gcc/cpphash.h | 2 -- 1 file changed, 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 { -- 2.7.4