summaryrefslogtreecommitdiff
path: root/tex/context/base/tabl-xtb.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-04-09 12:00:15 +0300
committerMarius <mariausol@gmail.com>2013-04-09 12:00:15 +0300
commit251d12e210b11448060dbc337bf4a4020802d200 (patch)
tree0ab1a414eabc4ca6981b5df49b9dc2e7cf62956f /tex/context/base/tabl-xtb.lua
parent0dba00ac9e85c9a82b8fc67bfd89cd993ff343fc (diff)
downloadcontext-251d12e210b11448060dbc337bf4a4020802d200.tar.gz
beta 2013.04.09 10:45
Diffstat (limited to 'tex/context/base/tabl-xtb.lua')
-rw-r--r--tex/context/base/tabl-xtb.lua16
1 files changed, 9 insertions, 7 deletions
diff --git a/tex/context/base/tabl-xtb.lua b/tex/context/base/tabl-xtb.lua
index 59cfadbf2..3ffe8a219 100644
--- a/tex/context/base/tabl-xtb.lua
+++ b/tex/context/base/tabl-xtb.lua
@@ -646,13 +646,15 @@ function xtables.construct()
local list = drc.list
if list then
list.shift = list.height + list.depth
--- list = hpack_node_list(list) -- is somehow needed
--- list.width = 0
--- list.height = 0
--- list.depth = 0
-local h = new_hlist()
-h.list = list
-list = h
+ -- list = hpack_node_list(list) -- is somehow needed
+ -- list.width = 0
+ -- list.height = 0
+ -- list.depth = 0
+ -- faster:
+ local h = new_hlist()
+ h.list = list
+ list = h
+ --
if start then
stop.next = list
list.prev = stop