load.java patch

Chris Dean ctdean@mercedsystems.com
Mon Mar 24 19:05:00 GMT 2003


While we're patching, here's a trivial patch for load.java that makes
load-relative work.

Thanks!

Regards,
Chris Dean

Index: kawa/standard/load.java
===================================================================
RCS file: /cvs/kawa/kawa/kawa/standard/load.java,v
retrieving revision 1.41
diff -u -r1.41 load.java
--- kawa/standard/load.java	4 Mar 2003 02:12:44 -0000	1.41
+++ kawa/standard/load.java	24 Mar 2003 19:00:58 -0000
@@ -20,7 +20,7 @@
   }
 
   public static final load load = new load("load", false);
-  public static final load loadRlative = new load("load-relative", true);
+  public static final load loadRelative = new load("load-relative", true);
 
   /** Load using the name of a compile .class file. */
   /* This should probably be re-written to use a ClassLoader, unless '.'



More information about the Kawa mailing list