[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Remove mark to make parsers easier to analyze (36911f2)
Marcel Fabian Krüger
tex at 2krueger.de
Thu Feb 13 11:08:20 CET 2020
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/36911f2da3ca38d885299e6ad4317aae3b576d9d
>---------------------------------------------------------------
commit 36911f2da3ca38d885299e6ad4317aae3b576d9d
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Thu Feb 13 11:08:20 2020 +0100
Remove mark to make parsers easier to analyze
>---------------------------------------------------------------
36911f2da3ca38d885299e6ad4317aae3b576d9d
src/luaotfload-parsers.lua | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/luaotfload-parsers.lua b/src/luaotfload-parsers.lua
index 2c2527d..11f8693 100644
--- a/src/luaotfload-parsers.lua
+++ b/src/luaotfload-parsers.lua
@@ -249,7 +249,6 @@ end
--- -> (string -> fun option -> string list)
--- -> tab * tab * tab
local read_fonts_conf_indeed
--- MK Made basedir an explicit parameter to fix relative paths
read_fonts_conf_indeed = function (depth,
start,
home,
@@ -371,7 +370,6 @@ read_fonts_conf_indeed = function (depth,
--inspect(done)
return acc, done, dirs_done
end --- read_fonts_conf_indeed()
--- /MK
--[[doc--
read_fonts_conf() sets up an accumulator and two sets
More information about the latex3-commits
mailing list.