summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-05-03 22:13:06 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-05-03 22:13:06 +0000
commit24d391a5c64c3310c4f7d268e1d7aa162dd49576 (patch)
tree511f815a12ff88722887a31ce4e2dbb5195ae468 /Build/source/texk/web2c/luatexdir
parent6f8c3f839a4825897b9fde0318c4fe0137b507b0 (diff)
luastuff.w: add luatex_md5_lua_open
git-svn-id: svn://tug.org/texlive/trunk@44176 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir')
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luastuff.w2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luastuff.w b/Build/source/texk/web2c/luatexdir/lua/luastuff.w
index 6f57e8ee845..b3093303c6e 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luastuff.w
+++ b/Build/source/texk/web2c/luatexdir/lua/luastuff.w
@@ -293,6 +293,8 @@ void luainterpreter(void)
lua_pushcfunction(L,luatex_loadfile);
lua_setglobal(L, "loadfile");
+ luatex_md5_lua_open(L);
+
open_oslibext(L);
open_strlibext(L);
open_lfslibext(L);