Improve call stack handling to prepare for propert tail call handling.

This commit is contained in:
James Roseborough
2007-06-15 06:41:40 +00:00
parent 19bd995ba6
commit be20581731
10 changed files with 21 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
LUA_HOME=/cygdrive/c/programs/lua5.1
TESTS="test1 test2 test3 test4 test5"
TESTS="test2"
TESTS="test3"
for x in $TESTS
do
echo compiling $x

Binary file not shown.

Binary file not shown.