diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-05-29 06:52:07 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-05-29 06:52:07 +0000 |
commit | d1c15e7d909eef7147cfa9ac1238d30b4bb9d064 (patch) | |
tree | 8bee2a6bdb8b3f4fa47abfb5583f31a1d4734de2 /Build/source/texk/web2c/pdftexdir | |
parent | 721c39305add22f194a384827da9e57e3370c48c (diff) |
Discard the changes for pdfTeX on 2018-05-11, since 'command_line_encoding=utf-8' is not so natural for pdfTeX (w32 only).
git-svn-id: svn://tug.org/texlive/trunk@47865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ptexlib.h | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 819066f815b..e65b1d8a6b9 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,9 @@ +2018-05-29 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * ptexlib.h: Discard the changes on 2018-05-11, since + 'command_line_encoding=utf-8' is not so natural for + pdfTeX (w32 only). + 2018-05-13 Joseph Wright <joseph.wright@morningstar2.co.uk> * pdftex.web: New primitive \expanded based on original diff --git a/Build/source/texk/web2c/pdftexdir/ptexlib.h b/Build/source/texk/web2c/pdftexdir/ptexlib.h index c43c8728f9b..dc3403f7677 100644 --- a/Build/source/texk/web2c/pdftexdir/ptexlib.h +++ b/Build/source/texk/web2c/pdftexdir/ptexlib.h @@ -20,13 +20,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef PDFTEXLIB # define PDFTEXLIB -#ifdef _WIN32 -#undef fopen -#undef xfopen -#define fopen fsyscp_fopen -#define xfopen fsyscp_xfopen -#endif - /* WEB2C macros and prototypes */ # if !defined(PDFTEXCOERCE) && !defined(PDFETEXCOERCE) # ifdef pdfTeX |