summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/mlib-scn.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/mlib-scn.lmt')
-rw-r--r--tex/context/base/mkxl/mlib-scn.lmt6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/mlib-scn.lmt b/tex/context/base/mkxl/mlib-scn.lmt
index 33aa74ad2..fcf9e73c3 100644
--- a/tex/context/base/mkxl/mlib-scn.lmt
+++ b/tex/context/base/mkxl/mlib-scn.lmt
@@ -731,8 +731,10 @@ end
-- return false
-- end
-function metapost.scanparameters()
--- scantoken() -- we scan the semicolon
+function metapost.scanparameters(gobblesemicolon)
+ if gobblesemicolon then
+ scantoken() -- we scan the semicolon
+ end
return get_parameters()
end