From 9b87f307873b2ab483afe6020e82d250ef46fec1 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Tue, 29 Jan 2019 22:48:57 +0000 Subject: adaptation was incomplete git-svn-id: svn://tug.org/texlive/trunk@49868 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pmpostdir/pmpost.ch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c/pmpostdir/pmpost.ch') diff --git a/Build/source/texk/web2c/pmpostdir/pmpost.ch b/Build/source/texk/web2c/pmpostdir/pmpost.ch index effaa112b18..3d69df5e9fd 100644 --- a/Build/source/texk/web2c/pmpostdir/pmpost.ch +++ b/Build/source/texk/web2c/pmpostdir/pmpost.ch @@ -104,7 +104,7 @@ char kanjioption[16]; } 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 @@ char kanjioption[16]; } 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 @@ else @z @x +@= #define DLLPROC dllmpostmain @y +@= #ifdef UPMP #define DLLPROC dllupmpostmain #else -- cgit v1.2.3