comparison util/envload.lua @ 7735:1502ec4f3cbe

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 21 Nov 2016 02:40:47 +0100
parents da54ad64f6da
children 8487fe9fc335
comparison
equal deleted inserted replaced
7727:0011889c928f 7735:1502ec4f3cbe
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 8
8 local load, loadstring, loadfile, setfenv = load, loadstring, loadfile, setfenv; 9 local load, loadstring, loadfile, setfenv = load, loadstring, loadfile, setfenv;
9 local envload; 10 local envload;
10 local envloadfile; 11 local envloadfile;
11 12