Comparison

util/datamanager.lua @ 268:fd0607c8f179

Merge from waqas
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Nov 2008 00:35:09 +0000
parent 267:6303b7454ad0
child 452:613c5c6bdce4
comparison
equal deleted inserted replaced
266:34b053c001f8 268:fd0607c8f179
4 local char = string.char; 4 local char = string.char;
5 local loadfile, setfenv, pcall = loadfile, setfenv, pcall; 5 local loadfile, setfenv, pcall = loadfile, setfenv, pcall;
6 local log = log; 6 local log = log;
7 local io_open = io.open; 7 local io_open = io.open;
8 local os_remove = os.remove; 8 local os_remove = os.remove;
9 local tostring = tostring; 9 local tostring, tonumber = tostring, tonumber;
10 local error = error; 10 local error = error;
11 local next = next; 11 local next = next;
12 local t_insert = table.insert; 12 local t_insert = table.insert;
13 13
14 local indent = function(f, i) 14 local indent = function(f, i)