texlive[49868] Build/source/texk/web2c/pmpostdir/pmpost.ch:

commits+kakuto at tug.org commits+kakuto at tug.org
Tue Jan 29 23:48:57 CET 2019


Revision: 49868
          http://tug.org/svn/texlive?view=revision&revision=49868
Author:   kakuto
Date:     2019-01-29 23:48:57 +0100 (Tue, 29 Jan 2019)
Log Message:
-----------
adaptation was incomplete

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch

Modified: trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch
===================================================================
--- trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch	2019-01-29 22:14:50 UTC (rev 49867)
+++ trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch	2019-01-29 22:48:57 UTC (rev 49868)
@@ -104,7 +104,7 @@
         }
         strcpy(kanjioption, optarg);
         if (!set_enc_string(optarg, optarg)) {
-          fprintf(stderr,"Ignoring unknown argument `%s' to --kanji", optarg);
+          fprintf(stderr,"Ignoring unknown argument `%s' to --kanji\n", optarg);
         }
       }
 
@@ -131,7 +131,7 @@
         }
         strcpy (kanjioption, optarg);
         if (!set_enc_string(optarg, optarg)) {
-          fprintf(stderr,"Ignoring unknown argument `%s' to --kanji", optarg);
+          fprintf(stderr,"Ignoring unknown argument `%s' to --kanji\n", optarg);
         }
       }
 @z
@@ -244,8 +244,10 @@
 @z
 
 @x
+@<Declarations@>=
 #define DLLPROC dllmpostmain
 @y
+@<Declarations@>=
 #ifdef UPMP
 #define DLLPROC dllupmpostmain
 #else



More information about the tex-live-commits mailing list