diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-11-26 06:32:13 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-11-26 06:32:13 +0000 |
commit | 20b4c151cb6df453a13d1ea9041e7500a6f0f784 (patch) | |
tree | 6b4bc98a43d32a0c77ff73093f20c71f9fe05374 /Build | |
parent | 5113535d87793c0a65bda878bc87cecb2f062eea (diff) |
mplibdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@42585 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mp.w | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mp.w b/Build/source/texk/web2c/mplibdir/mp.w index 5b99e2a0c2c..dcafaadd809 100644 --- a/Build/source/texk/web2c/mplibdir/mp.w +++ b/Build/source/texk/web2c/mplibdir/mp.w @@ -1,4 +1,4 @@ -% $Id: mp.w 2100 2016-11-18 17:22:55Z luigi $ +% $Id: mp.w 2103 2016-11-25 13:03:37Z luigi $ % % This file is part of MetaPost; % the MetaPost program is in the public domain. @@ -23457,7 +23457,7 @@ RESTART: q = mp_get_value_node (mp); mp_name_type (q) = mp_capsule; - if (cur_cmd() == mp_comma) { + if (cur_cmd() == mp_comma) { mp_init_color_node (mp, q); r = value_node (q); mp_stash_in (mp, y_part (r)); @@ -23483,7 +23483,7 @@ RESTART: } mp_stash_in (mp, blue_part (r)); - if (cur_cmd() == mp_comma) { + if (cur_cmd() == mp_comma) { mp_node t; /* a token */ mp_init_cmykcolor_node (mp, q); t = value_node (q); @@ -23533,7 +23533,6 @@ RESTART: mp_flush_cur_exp (mp, new_expr); } mp_stash_in (mp, black_part (r)); - if (cur_cmd() == mp_comma) { fprintf(stderr,"Seen another commma!\n");} } } else { mp_init_pair_node (mp, q); |