mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-16 04:40:25 +08:00
* gcj/javaprims.h: Updated class declaration list.
From-SVN: r54693
This commit is contained in:
parent
fb3bea1d6c
commit
c458bd737d
@ -1,5 +1,7 @@
|
||||
2002-06-16 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gcj/javaprims.h: Updated class declaration list.
|
||||
|
||||
* java/io/LineNumberInputStream.java: Merged with Classpath.
|
||||
|
||||
* java/lang/RuntimeException.java: Re-merge with Classpath.
|
||||
|
@ -131,6 +131,7 @@ extern "Java"
|
||||
class ArithmeticException;
|
||||
class ArrayIndexOutOfBoundsException;
|
||||
class ArrayStoreException;
|
||||
class AssertionError;
|
||||
class Boolean;
|
||||
class Byte;
|
||||
class CPlusPlusDemangler;
|
||||
@ -204,7 +205,6 @@ extern "Java"
|
||||
class ThreadDeath;
|
||||
class ThreadGroup;
|
||||
class ThreadLocal;
|
||||
class ThreadLocal$Value;
|
||||
class Throwable;
|
||||
class UnknownError;
|
||||
class UnsatisfiedLinkError;
|
||||
@ -248,7 +248,6 @@ extern "Java"
|
||||
class ArrayList;
|
||||
class Arrays;
|
||||
class Arrays$ArrayList;
|
||||
class Arrays$ListImpl;
|
||||
class BasicMapEntry;
|
||||
class BitSet;
|
||||
class Calendar;
|
||||
@ -380,14 +379,15 @@ extern "Java"
|
||||
class InflaterInputStream;
|
||||
class ZipConstants;
|
||||
class ZipEntry;
|
||||
class ZipEnumeration;
|
||||
class ZipException;
|
||||
class ZipFile;
|
||||
class ZipFile$PartialInputStream;
|
||||
class ZipFile$ZipEntryEnumeration;
|
||||
class ZipInputStream;
|
||||
class ZipOutputStream;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
typedef struct java::lang::Object* jobject;
|
||||
|
Loading…
x
Reference in New Issue
Block a user