summaryrefslogtreecommitdiff
path: root/scripts/context
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-06-20 17:40:13 +0300
committerMarius <mariausol@gmail.com>2012-06-20 17:40:13 +0300
commit7f94b11435ebc551709e20c1112eae2492ef1583 (patch)
tree846bd704ba49c0ea6b7004b1995205d1531cdf91 /scripts/context
parentecddeed5ffa6bcf030adc91f3ca7f85cea867b3f (diff)
downloadcontext-7f94b11435ebc551709e20c1112eae2492ef1583.tar.gz
beta 2012.06.20 16:19
Diffstat (limited to 'scripts/context')
-rw-r--r--scripts/context/lua/mtxrun.lua2
-rw-r--r--scripts/context/stubs/mswin/mtxrun.lua2
-rw-r--r--scripts/context/stubs/unix/mtxrun2
3 files changed, 6 insertions, 0 deletions
diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua
index 031d91a85..4c5d10c20 100644
--- a/scripts/context/lua/mtxrun.lua
+++ b/scripts/context/lua/mtxrun.lua
@@ -4779,6 +4779,8 @@ if not modules then modules = { } end modules ['util-prs'] = {
license = "see context related readme files"
}
+local lpeg, table, string = lpeg, table, string
+
local P, R, V, C, Ct, Cs, Carg, Cc = lpeg.P, lpeg.R, lpeg.V, lpeg.C, lpeg.Ct, lpeg.Cs, lpeg.Carg, lpeg.Cc
local lpegmatch, patterns = lpeg.match, lpeg.patterns
local concat, format, gmatch, find = table.concat, string.format, string.gmatch, string.find
diff --git a/scripts/context/stubs/mswin/mtxrun.lua b/scripts/context/stubs/mswin/mtxrun.lua
index 031d91a85..4c5d10c20 100644
--- a/scripts/context/stubs/mswin/mtxrun.lua
+++ b/scripts/context/stubs/mswin/mtxrun.lua
@@ -4779,6 +4779,8 @@ if not modules then modules = { } end modules ['util-prs'] = {
license = "see context related readme files"
}
+local lpeg, table, string = lpeg, table, string
+
local P, R, V, C, Ct, Cs, Carg, Cc = lpeg.P, lpeg.R, lpeg.V, lpeg.C, lpeg.Ct, lpeg.Cs, lpeg.Carg, lpeg.Cc
local lpegmatch, patterns = lpeg.match, lpeg.patterns
local concat, format, gmatch, find = table.concat, string.format, string.gmatch, string.find
diff --git a/scripts/context/stubs/unix/mtxrun b/scripts/context/stubs/unix/mtxrun
index 031d91a85..4c5d10c20 100644
--- a/scripts/context/stubs/unix/mtxrun
+++ b/scripts/context/stubs/unix/mtxrun
@@ -4779,6 +4779,8 @@ if not modules then modules = { } end modules ['util-prs'] = {
license = "see context related readme files"
}
+local lpeg, table, string = lpeg, table, string
+
local P, R, V, C, Ct, Cs, Carg, Cc = lpeg.P, lpeg.R, lpeg.V, lpeg.C, lpeg.Ct, lpeg.Cs, lpeg.Carg, lpeg.Cc
local lpegmatch, patterns = lpeg.match, lpeg.patterns
local concat, format, gmatch, find = table.concat, string.format, string.gmatch, string.find