cpphash.h (enum node_type): Remove unneeded and non-standard forward declaration.
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 5 Jul 1995 06:44:23 +0000 (23:44 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 5 Jul 1995 06:44:23 +0000 (23:44 -0700)
* cpphash.h (enum node_type):  Remove unneeded and non-standard
forward declaration.

From-SVN: r10106

gcc/cpphash.h

index b4d7207..914a12f 100644 (file)
@@ -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 {