1
0

ToLua can now be run in pure-lua mode.

See the src/Bindings/AllToLua_lua.bat for usage example.
This commit is contained in:
madmaxoft
2014-06-09 17:05:22 +02:00
parent 8cfe6c973c
commit 02b509b81d
6 changed files with 127 additions and 8 deletions

View File

@@ -383,7 +383,7 @@ end
-- called to output an error message
function output_error_hook(...)
return string.format(...)
return string.format(...) -- Note that this line must not end in the triple-dot-parenthesis due to pre-parsing
end
-- custom pushers