diff options
Diffstat (limited to 'Build/source/texk')
-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; |