summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/mlib-scn.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-08-05 11:51:52 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-08-05 11:51:52 +0200
commite92fac1b64f7969cadd8ae60f336c43624250d42 (patch)
treef44286816267846b1af5f7f8847bcdcd8cbe7991 /tex/context/base/mkiv/mlib-scn.lua
parent3668eb2ecc0f7dcc6c44fd1e971cbe37fa010fd6 (diff)
downloadcontext-e92fac1b64f7969cadd8ae60f336c43624250d42.tar.gz
2019-08-05 10:42:00
Diffstat (limited to 'tex/context/base/mkiv/mlib-scn.lua')
-rw-r--r--tex/context/base/mkiv/mlib-scn.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/mlib-scn.lua b/tex/context/base/mkiv/mlib-scn.lua
index d73e210c3..97768f7a7 100644
--- a/tex/context/base/mkiv/mlib-scn.lua
+++ b/tex/context/base/mkiv/mlib-scn.lua
@@ -30,6 +30,9 @@ local type, next = type, next
local byte = string.byte
local insert, remove = table.insert, table.remove
+local mplib = mplib
+local metapost = metapost
+
local codes = mplib.codes()
local types = mplib.types()