Commit 2f23f5c1 by Nathanael Nerode

* java-tree.h: Protect against multiple inclusion.

From-SVN: r61043
parent 56f15830
2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
* java-tree.h: Protect against multiple inclusion.
2003-01-07 Tom Tromey <tromey@redhat.com>
* class.c (add_assume_compiled): Don't adjust parent if we're
......
......@@ -26,6 +26,9 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
/* Hacked by Per Bothner <bothner@cygnus.com> February 1996. */
#ifndef GCC_JAVA_TREE_H
#define GCC_JAVA_TREE_H
#include "hashtab.h"
/* Java language-specific tree codes. */
......@@ -1753,3 +1756,4 @@ enum
};
#undef DEBUG_JAVA_BINDING_LEVELS
#endif /* ! GCC_JAVA_TREE_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment