This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

load.java patch


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 '.'


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