summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-01-16 07:42:03 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-01-16 07:42:03 +0100
commit0b7f519dc715b9725d5b369ca32cbabbcb4fd126 (patch)
tree81fa125cdb468a27b21fb48e4d25f366599499ac
parent2da71ff00e1533aa6ca1c317ec89e70655f0dba3 (diff)
downloadluaotfload-0b7f519dc715b9725d5b369ca32cbabbcb4fd126.tar.gz
[main] restore line that got lost during the move
-rw-r--r--luaotfload-main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload-main.lua b/luaotfload-main.lua
index 90e35ef..27f0a99 100644
--- a/luaotfload-main.lua
+++ b/luaotfload-main.lua
@@ -154,6 +154,7 @@ end
--doc]]--
+local Cs, P, lpegmatch = lpeg.Cs, lpeg.P, lpeg.match
local p_dot, p_slash = P".", P"/"
local p_suffix = (p_dot * (1 - p_dot - p_slash)^1 * P(-1)) / ""