Lua improvements - Mark Gossage patch #1295168
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7472 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ef13b64b7e
commit
655f282468
9 changed files with 72 additions and 57 deletions
|
|
@ -1,5 +1,5 @@
|
|||
require("import") -- the import fn
|
||||
import("enums",false) -- import lib
|
||||
import("enums") -- import lib
|
||||
|
||||
-- catch "undefined" global variables
|
||||
setmetatable(getfenv(),{__index=function (t,i) error("undefined global variable `"..i.."'",2) end})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue