diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2006-12-18 09:15:51 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2006-12-18 09:15:51 +0000 |
commit | 432febb2eb8f8994f83e44f8e50b42f1a51a7e91 (patch) | |
tree | 7f066eee38f26698d394599426b6713163f8194f /Build/source/texk/web2c/mp.web | |
parent | b1e380b8def907bbacfaca3b14f8dc2e431226c7 (diff) |
0.993 (troff.map support)
git-svn-id: svn://tug.org/texlive/trunk@2784 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mp.web')
-rw-r--r-- | Build/source/texk/web2c/mp.web | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/mp.web b/Build/source/texk/web2c/mp.web index 640eb4a1114..8f8ef7eb6c8 100644 --- a/Build/source/texk/web2c/mp.web +++ b/Build/source/texk/web2c/mp.web @@ -97,8 +97,8 @@ undergoes any modifications, so that it will be clear which version of @^extensions to \MP@> @^system dependencies@> -@d banner=='This is MetaPost, Version 0.992' {printed when \MP\ starts} -@d metapost_version=="0.992" +@d banner=='This is MetaPost, Version 0.993' {printed when \MP\ starts} +@d metapost_version=="0.993" @ Different \PASCAL s have slightly different conventions, and the present @!@:PASCAL H}{\ph@> @@ -24203,7 +24203,7 @@ tini@/ ready_already:=314159; start_of_MP: @<Initialize the output routines@>; @<Get the first line of input and prepare to start@>; -mp_init_map_file; +mp_init_map_file(troff_mode); setjobid(internal[year],internal[month],internal[day],internal[time]); history:=spotless; {ready to go!} if start_sym>0 then {insert the `\&{everyjob}' symbol} |