util/envload.lua
changeset 8419 bc9cb23b604a
parent 7933 5dec27760ecd
child 12580 d1aacc6a81ac
equal deleted inserted replaced
8418:e1b05f9c1ea5 8419:bc9cb23b604a
     2 -- Copyright (C) 2008-2011 Florian Zeitz
     2 -- Copyright (C) 2008-2011 Florian Zeitz
     3 --
     3 --
     4 -- This project is MIT/X11 licensed. Please see the
     4 -- This project is MIT/X11 licensed. Please see the
     5 -- COPYING file in the source package for more information.
     5 -- COPYING file in the source package for more information.
     6 --
     6 --
     7 -- luacheck: ignore 113/setfenv
     7 -- luacheck: ignore 113/setfenv 113/loadstring
     8 
     8 
     9 local load, loadstring, setfenv = load, loadstring, setfenv;
     9 local load, loadstring, setfenv = load, loadstring, setfenv;
    10 local io_open = io.open;
    10 local io_open = io.open;
    11 local envload;
    11 local envload;
    12 local envloadfile;
    12 local envloadfile;