summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/postlinebreak.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/postlinebreak.w12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w b/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
index 5d8f77eedf7..ef769f7a357 100644
--- a/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
+++ b/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
@@ -19,8 +19,8 @@
@ @c
static const char _svn_version[] =
- "$Id: postlinebreak.w 4457 2012-07-13 13:16:19Z taco $"
- "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/tex/postlinebreak.w $";
+ "$Id: postlinebreak.w 4956 2014-03-28 12:12:17Z luigi $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/postlinebreak.w $";
#include "ptexlib.h"
@@ -441,20 +441,20 @@ void ext_post_line_break(int paragraph_dir,
if ((vlink(contrib_head) != null))
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "pre_box");
+ lua_node_filter_s(buildpage_filter_callback, lua_key_index(pre_box));
if (pre_adjust_head != pre_adjust_tail) {
append_list(pre_adjust_head, pre_adjust_tail);
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "pre_adjust");
+ lua_node_filter_s(buildpage_filter_callback, lua_key_index(pre_adjust));
}
pre_adjust_tail = null;
append_to_vlist(just_box);
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "box");
+ lua_node_filter_s(buildpage_filter_callback, lua_key_index(box));
if (adjust_head != adjust_tail) {
append_list(adjust_head, adjust_tail);
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "adjust");
+ lua_node_filter_s(buildpage_filter_callback, lua_key_index(adjust));
}
adjust_tail = null;