summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/maincontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/maincontrol.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/maincontrol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/maincontrol.h b/Build/source/texk/web2c/luatexdir/tex/maincontrol.h
index 192b83e1c36..ea22ff80dc7 100644
--- a/Build/source/texk/web2c/luatexdir/tex/maincontrol.h
+++ b/Build/source/texk/web2c/luatexdir/tex/maincontrol.h
@@ -1,5 +1,5 @@
/* maincontrol.h
-
+
Copyright 2009 Taco Hoekwater <taco@luatex.org>
This file is part of LuaTeX.
@@ -156,8 +156,10 @@ extern void fixup_directions(void);
/* Assignments from Lua need helpers. */
# define is_int_assign(cmd) (cmd==assign_int_cmd)
+# define is_attr_assign(cmd) (cmd==assign_attr_cmd)
# define is_dim_assign(cmd) (cmd==assign_dimen_cmd)
# define is_glue_assign(cmd) (cmd==assign_glue_cmd)
+# define is_mu_glue_assign(cmd) (cmd==assign_mu_glue_cmd)
# define is_toks_assign(cmd) (cmd==assign_toks_cmd)
# define show_code 0 /* \.{\\show} */