summaryrefslogtreecommitdiff
path: root/Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-03-DOS-line-endings
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-20 10:47:27 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-20 10:47:27 +0000
commit4a0b3e0795ff26c3ad05eebcd302499751a85533 (patch)
treeae21b2d7e0f1b5cb5577cd26d9013f14ca630e22 /Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-03-DOS-line-endings
parent2ca45d9d72fa0af0158e732449d29281505da678 (diff)
more pmx 2.6.18
do handle pmx2pdf.lua here because we need a symlink in bindir git-svn-id: svn://tug.org/texlive/trunk@26502 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-03-DOS-line-endings')
-rw-r--r--Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-03-DOS-line-endings18
1 files changed, 0 insertions, 18 deletions
diff --git a/Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-03-DOS-line-endings b/Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-03-DOS-line-endings
deleted file mode 100644
index 5e36c101b5a..00000000000
--- a/Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-03-DOS-line-endings
+++ /dev/null
@@ -1,18 +0,0 @@
- Handle DOS line endings (using additional file ../w32getc.c).
-
- Mail from Akira, 31 Mar 2012 21:36:26.
-
-diff -ur pmx-2.6.17.orig/libf2c/fio.h pmx-2.6.17/libf2c/fio.h
---- pmx-2.6.17.orig/libf2c/fio.h 2012-03-26 12:09:53.000000000 +0200
-+++ pmx-2.6.17/libf2c/fio.h 2012-04-01 14:49:20.000000000 +0200
-@@ -2,6 +2,10 @@
- #include "sysdep1.h"
- #endif
- #include "stdio.h"
-+#ifdef WIN32
-+extern int w32getc(FILE *f);
-+#define getc w32getc
-+#endif
- #include "errno.h"
- #ifndef NULL
- /* ANSI C */