diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-25 21:42:15 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-25 21:42:15 +0000 |
commit | 36f10c862405f528a789d9b0e5c277fee287a1d1 (patch) | |
tree | c08eaa309cf12520be245325945da184acb64f98 | |
parent | 120fbb4ff2102335d09b937b3b63a9eed6ab66bb (diff) |
[WEB] Rectify comment for 'metapost' flag.
git-svn-id: svn://tug.org/texlive/trunk@55938 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/mft.ch | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 053dd931993..e946fee420c 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2020-07-25 Andreas Scherer <https://ascherer.github.io> + + * mft.ch: Swap \MF and \MP to match meaning of 'metapost' flag. + 2020-07-20 Andreas Scherer <https://ascherer.github.io> * tex.ch: Place Web2c changes together; diff --git a/Build/source/texk/web2c/mft.ch b/Build/source/texk/web2c/mft.ch index e43e6d66812..b5de55d6f9f 100644 --- a/Build/source/texk/web2c/mft.ch +++ b/Build/source/texk/web2c/mft.ch @@ -957,7 +957,7 @@ files, as UNIX knows them. @!style_name:array[0..max_style_name-1] of const_c_string; @!n_style_name:c_int_type; {Number of values in |style_name| array.} @!i_style_name:c_int_type; {The next |style_name|.} -@!metapost:c_int_type; {|true| for \MF, |false| for \MP} +@!metapost:c_int_type; {|true| for \MP, |false| for \MF} @ Look at the command line arguments and set the |name| variables accordingly. @@ -1089,7 +1089,7 @@ long_options[current_option].flag := address_of (metapost); long_options[current_option].val := 1; incr (current_option); -@ |metapost| defaults to false +@ |metapost| defaults to |false|; will become |true| for \MP. @<Initialize the option...@> = metapost:=false; |