summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-01 03:11:55 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-01 03:11:55 +0000
commit7ef4a5a99fbb80ee3a7a3ad92da172952083daae (patch)
treef90944d0bc0d89e842f7ebf5b342898c226ec36f /Build/source/texk/ptexenc
parent95d8ae1bb7db4490e61166bba0b7862d5cc78f03 (diff)
texk/ptexenc, web2c/eptexdir, web2c/euptexdir: add a new primitive \epTeXinputencoding. (from N. Abe).
git-svn-id: svn://tug.org/texlive/trunk@39533 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc')
-rw-r--r--Build/source/texk/ptexenc/ptexenc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/ptexenc/ptexenc.c b/Build/source/texk/ptexenc/ptexenc.c
index 4ad5bc6b186..dcc5bfe66c1 100644
--- a/Build/source/texk/ptexenc/ptexenc.c
+++ b/Build/source/texk/ptexenc/ptexenc.c
@@ -840,7 +840,8 @@ long input_line2(FILE *fp, unsigned char *buff, long pos,
return last;
}
-boolean setinfileenc(FILE *fp, const char *str){
+boolean setinfileenc(FILE *fp, const char *str)
+{
int enc;
enc = string_to_enc(str);
if (enc < 0) return false;