diff options
Diffstat (limited to 'J2V.java')
-rw-r--r-- | J2V.java | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ public class J2V { root.accept(new SymTableTopDown<Void>(), symt); BoilSimp vp = new BoilSimp(symt); - root.accept(vp, ""); + root.accept(vp, null); PrintFilter.print("===================================================", true); System.out.println(vp.getVapor()); |