diff src/luan/impl/LuanParser.java @ 785:d69d3c51c44e

more work on incremental cloning
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 01 Sep 2016 21:32:28 -0600
parents 1a68fc55a80c
children 894786a03d22
line wrap: on
line diff
--- a/src/luan/impl/LuanParser.java	Tue Aug 30 12:08:49 2016 -0600
+++ b/src/luan/impl/LuanParser.java	Thu Sep 01 21:32:28 2016 -0600
@@ -1967,7 +1967,7 @@
 			stmt.add( "return LuanFunction.NOTHING;  " );
 		Expr exp = new Expr(Val.SINGLE,false);
 		exp.add( ""
-			+"new Closure("+upValueSymbols.size()+",java) {  "
+			+"new Closure("+upValueSymbols.size()+",ljava) {  "
 				+"{  "
 				+ init(upValueSymbols)
 				+"}  "