re GNATS libgcj/212 (build is broken on Linux/Alpha)

Fix for PR libgcj/212:
	* gcj/javaprims.h (_Jv_word, _Jv_word2): Removed definitions.
	* include/jvm.h (_Jv_word, _Jv_word2): Define.
	* java/lang/Class.h (_Jv_word): Declare.

From-SVN: r33292
This commit is contained in:
Tom Tromey 2000-04-20 22:24:33 +00:00 committed by Tom Tromey
parent dea4b2db61
commit 18fcc4961b
4 changed files with 36 additions and 31 deletions

View file

@ -50,6 +50,7 @@ enum
struct _Jv_Field;
struct _Jv_VTable;
union _Jv_word;
struct _Jv_Constants
{