diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/expand.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/expand.w | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/expand.w b/Build/source/texk/web2c/luatexdir/tex/expand.w index 5fa2cd7f08f..7ebb7b91ae0 100644 --- a/Build/source/texk/web2c/luatexdir/tex/expand.w +++ b/Build/source/texk/web2c/luatexdir/tex/expand.w @@ -271,6 +271,12 @@ void expand(void) else start_input(); break; + case variable_cmd: + do_variable(); + break; + case feedback_cmd: + do_variable(); + break; default: /* Complain about an undefined macro */ print_err("Undefined control sequence"); |