Add skeleton for string library calls.

This commit is contained in:
James Roseborough
2007-09-18 01:00:36 +00:00
parent 5efda81b17
commit 952a2f9f16
6 changed files with 379 additions and 42 deletions

View File

@@ -7,7 +7,6 @@ import java.util.StringTokenizer;
import lua.CallInfo;
import lua.StackState;
import lua.io.LocVars;
import lua.value.LValue;
public class DebugStackState extends StackState implements DebugRequestListener {
@@ -18,7 +17,6 @@ public class DebugStackState extends StackState implements DebugRequestListener
private int lastline = -1;
public DebugStackState() {
StackState.debugHooksEnabled = true;
}
// debug hooks