remaining hacks
[IRC.git] / Robust / src / Main / Main.java
index 6ea3f63c1e0921986555d6170272a7f0caa0a346..cc7d396f5bcf270b50593257dc4f1e3410dc1651 100644 (file)
@@ -336,7 +336,7 @@ public class Main {
 
   public static void loadClass(State state, BuildIR bir, String sourcefile) {
     ParseNode pn=readSourceFile(state, sourcefile);
-    bir.buildtree(pn);
+    bir.buildtree(pn, null);
   }
 
   /** Reads in a source file and adds the parse tree to the state object. */