summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/postlinebreak.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/postlinebreak.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/postlinebreak.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/postlinebreak.h b/Build/source/texk/web2c/luatexdir/tex/postlinebreak.h
index cd90e1f0bc5..4aee1492c71 100644
--- a/Build/source/texk/web2c/luatexdir/tex/postlinebreak.h
+++ b/Build/source/texk/web2c/luatexdir/tex/postlinebreak.h
@@ -1,5 +1,5 @@
/* postlinebreak.h
-
+
Copyright 2009 Taco Hoekwater <taco@luatex.org>
This file is part of LuaTeX.
@@ -21,13 +21,10 @@
#ifndef POSTLINEBREAK_H
# define POSTLINEBREAK_H
-/* todo: check this macro, especially values of alink() */
-
-# define append_list(A,B) do { \
- vlink(cur_list.tail_field) = vlink((A)); \
- cur_list.tail_field = (B); \
- } while (0)
-
+# define append_list(A,B) do { \
+ couple_nodes(cur_list.tail_field,vlink((A))); \
+ cur_list.tail_field = (B); \
+} while (0)
void ext_post_line_break(int paragraph_dir,
int right_skip,