summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-cod.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-06-11 13:44:10 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2018-06-11 13:44:10 +0200
commit7686a24f79edfef2a9d013882c822c76a12e23dc (patch)
tree64cfb02179b872eca3f6d9f02c317b0b1823f046 /tex/context/base/mkiv/luat-cod.lua
parentbd8f4d00a5ba1af56451821cd1db1c12c22f5419 (diff)
downloadcontext-7686a24f79edfef2a9d013882c822c76a12e23dc.tar.gz
2018-06-11 12:12:00
Diffstat (limited to 'tex/context/base/mkiv/luat-cod.lua')
-rw-r--r--tex/context/base/mkiv/luat-cod.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/luat-cod.lua b/tex/context/base/mkiv/luat-cod.lua
index 94006d52c..63a51b4fc 100644
--- a/tex/context/base/mkiv/luat-cod.lua
+++ b/tex/context/base/mkiv/luat-cod.lua
@@ -38,7 +38,7 @@ lua.bytedata = bytedata
lua.bytedone = bytedone
local setbytecode = lua.setbytecode
-local getbytecode = lua.getbytecode
+----- getbytecode = lua.getbytecode
lua.firstbytecode = 501
lua.lastbytecode = lua.lastbytecode or (lua.firstbytecode - 1) -- as we load ourselves again ... maybe return earlier