This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

javaprims.h patch


I'm committing the appended ptach.
It fixes javaprims.h for the new classes recently added by Kresten.

This isn't documented too well, but if you add, remove, or rename a
class in java.lang, java.util, or java.io, then you must edit
include/javaprims.h, remove the namespace decl block, and insert the
output of "perl ../classes.pl" in its place.

1999-08-18  Tom Tromey  <tromey@cygnus.com>

	* include/javaprims.h ("Java"): Regenerated namespace decls.


Tom

Index: include/javaprims.h
===================================================================
RCS file: /cvs/java/libgcj/libjava/include/javaprims.h,v
retrieving revision 1.8
diff -u -r1.8 javaprims.h
--- javaprims.h	1999/08/12 17:31:34	1.8
+++ javaprims.h	1999/08/18 16:27:34
@@ -170,7 +170,6 @@
       class VerifyError;
       class VirtualMachineError;
       class Void;
-      class VMClassLoader;
       namespace reflect
       {
         class AccessibleObject;
@@ -216,6 +215,13 @@
       class TooManyListenersException;
       class Vector;
       class VectorEnumeration;
+      namespace jar
+      {
+        class JarEntry;
+        class JarFile;
+        class JarInputStream;
+      };
+
       namespace zip
       {
         class Adler32;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]