diff options
Diffstat (limited to 'tex/context/base/mkiv/node-aux.lua')
-rw-r--r-- | tex/context/base/mkiv/node-aux.lua | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tex/context/base/mkiv/node-aux.lua b/tex/context/base/mkiv/node-aux.lua index 407ebb09c..aa7dc0292 100644 --- a/tex/context/base/mkiv/node-aux.lua +++ b/tex/context/base/mkiv/node-aux.lua @@ -413,10 +413,7 @@ do end --- Currently only in luametatex ... experimental anyway .. if it doesn't end --- up in luatex I'll move this to a different module. - -do +if not nuts.getnormalizedline then local nextnode = traversers.glue local findfail = nuts.tail @@ -459,9 +456,7 @@ do nuts.find_node = find_node - -- if CONTEXTLMTXMODE then ... end - - nuts.getnormalizedline = direct.getnormalizedline or function(h) + function nuts.getnormalizedline(h) if getid(h) == hlist_code and getsubtype(h) == line_code then local ls, rs = 0, 0 local lh, rh = 0, 0 |