summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/mf-lua.ch
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2019-03-10 22:29:41 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2019-03-10 22:29:41 +0000
commitfc3efea0baa9bc04d05f566e3033f2a6ae9532c5 (patch)
tree4f4ee97be8ea6c8a7a8c915a46ff9e8918e129be /Build/source/texk/web2c/mfluadir/mf-lua.ch
parentc34d34b142b835ece2a1ba616d761d9790d1fa32 (diff)
MFLua 0.9.1
git-svn-id: svn://tug.org/texlive/trunk@50326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/mf-lua.ch')
-rw-r--r--Build/source/texk/web2c/mfluadir/mf-lua.ch5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mfluadir/mf-lua.ch b/Build/source/texk/web2c/mfluadir/mf-lua.ch
index 64e04508a33..6cd97da1147 100644
--- a/Build/source/texk/web2c/mfluadir/mf-lua.ch
+++ b/Build/source/texk/web2c/mfluadir/mf-lua.ch
@@ -19,7 +19,7 @@
@y
@d METAFONT_banner=='This is METAFONT, Version 2.7182818' {printed when \MF\ starts}
@#
-@d MFLua_version_string=='-0.9'
+@d MFLua_version_string=='-0.9.1'
@#
@d MFLua_banner=='This is MFLua, Version 2.7182818', MFLua_version_string
{printed when MFLua starts}
@@ -518,9 +518,10 @@ begin
buffer[first]:=so(str_pool[j]); {print(so(str\_pool[j]));} incr(j); incr(first);
end;
buffer[limit]:="%"; first:=limit+1; loc:=start;
- {delete_str_ref(lua_cur_exp);}
+ delete_str_ref(lua_cur_exp);
end;
delete_str_ref(lua_cur_exp);
+{flush_string(lua_cur_exp);}
flush_cur_exp(0);
end
@* \[51] System-dependent changes.