diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-30 22:36:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-30 22:36:50 +0000 |
commit | b9d1e8848fb4f8e45796a706a0391734b0c88c7c (patch) | |
tree | 8e97fb607639f6bc1bf187b6a31cb76a4c53a5c8 /Master/texmf-dist/doc/support/cluttex/checkglobal.lua | |
parent | f6aba0a218c3b19afb4ff78799e8f0760e584397 (diff) |
cluttex (30apr19)
git-svn-id: svn://tug.org/texlive/trunk@50913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/cluttex/checkglobal.lua')
-rw-r--r-- | Master/texmf-dist/doc/support/cluttex/checkglobal.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/cluttex/checkglobal.lua b/Master/texmf-dist/doc/support/cluttex/checkglobal.lua index 4b86ef9f6c4..0c765809a02 100644 --- a/Master/texmf-dist/doc/support/cluttex/checkglobal.lua +++ b/Master/texmf-dist/doc/support/cluttex/checkglobal.lua @@ -32,6 +32,7 @@ local known_global = { tostring = true, type = true, xpcall = true, + loadstring = true, -- Lua 5.1 -- Standard modules bit32 = true, -- Lua 5.2 |