aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-01-24 19:07:06 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-01-24 19:07:06 +0000
commit2a4d06261820a8fa78728d40ea51ba4658b6d914 (patch)
tree7fe874caa8ab9944665e185cc33972a12d49f386 /gcc/java/java-tree.h
parent8bf04387959a7eea3d3e58f9e25a70fa67da641a (diff)
downloadgcc-2a4d06261820a8fa78728d40ea51ba4658b6d914.zip
gcc-2a4d06261820a8fa78728d40ea51ba4658b6d914.tar.gz
gcc-2a4d06261820a8fa78728d40ea51ba4658b6d914.tar.bz2
java-tree.h (gcj_abi_version): Declare.
* java-tree.h (gcj_abi_version): Declare. * class.c (make_class_data): Push gcj_abi_version into "next" field. Renamed field. * decl.c (gcj_abi_version): New global. (parse_version): New function. (java_init_decl_processing): Call it. Renamed 'next' field. Include version.h. (GCJ_BINARYCOMPAT_ADDITION): New define. From-SVN: r94174
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index e10abac..bd76446 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -1,6 +1,6 @@
/* Definitions for parsing and type checking for the GNU compiler for
the Java(TM) language.
- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+ Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GCC.
@@ -274,6 +274,7 @@ typedef struct CPool constant_pool;
extern GTY(()) tree java_lang_cloneable_identifier_node;
extern GTY(()) tree java_io_serializable_identifier_node;
+extern GTY(()) tree gcj_abi_version;
enum java_tree_index
{