diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-16 07:42:03 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-16 07:42:03 +0100 |
commit | 0b7f519dc715b9725d5b369ca32cbabbcb4fd126 (patch) | |
tree | 81fa125cdb468a27b21fb48e4d25f366599499ac /luaotfload-main.lua | |
parent | 2da71ff00e1533aa6ca1c317ec89e70655f0dba3 (diff) | |
download | luaotfload-0b7f519dc715b9725d5b369ca32cbabbcb4fd126.tar.gz |
[main] restore line that got lost during the move
Diffstat (limited to 'luaotfload-main.lua')
-rw-r--r-- | luaotfload-main.lua | 1 |
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)) / "" |