summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pmpostdir
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-01-29 22:48:57 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-01-29 22:48:57 +0000
commit9b87f307873b2ab483afe6020e82d250ef46fec1 (patch)
tree90f94c9a13a4c7e92c91210cb1b1ceaae027060b /Build/source/texk/web2c/pmpostdir
parentff6764eeb888207c23a81141bb50836a98527f40 (diff)
adaptation was incomplete
git-svn-id: svn://tug.org/texlive/trunk@49868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir')
-rw-r--r--Build/source/texk/web2c/pmpostdir/pmpost.ch6
1 files changed, 4 insertions, 2 deletions
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
+@<Declarations@>=
#define DLLPROC dllmpostmain
@y
+@<Declarations@>=
#ifdef UPMP
#define DLLPROC dllupmpostmain
#else