Refactor to load lua chunks compiled with 8-byte size_t elements.

This commit is contained in:
James Roseborough
2012-09-11 04:35:30 +00:00
parent 382b3b998e
commit 84fec1ae67
5 changed files with 5 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ cd lua
# create new zipfile
rm -f luaj3.0-tests.zip regressions
zip -9 luaj3.0-tests.zip *.lua *.lc *.out */*.lua */*.lc */*.out
zip luaj3.0-tests.zip *.lua *.lc *.out */*.lua */*.lc */*.out
# cleanup
rm *.out */*.lc */*.out