From 0b7f519dc715b9725d5b369ca32cbabbcb4fd126 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 16 Jan 2014 07:42:03 +0100 Subject: [main] restore line that got lost during the move --- luaotfload-main.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'luaotfload-main.lua') 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)) / "" -- cgit v1.2.3