summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/TLpatches/patch-04-kpathsea
blob: d0e3f52364a28e3721d2004f3e964806d33dde7a (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur opendetex-2.8.3.orig/detex.l opendetex-2.8.3/detex.l
--- opendetex-2.8.3.orig/detex.l	2018-02-11 18:42:05.000000000 +0900
+++ opendetex-2.8.3/detex.l	2018-06-20 23:12:37.000000000 +0900
@@ -73,6 +73,7 @@
 #ifndef MAXPATHLEN
 #include <sys/param.h>
 #endif
+#define PATH_MAX MAXPATHLEN
 #ifdef OS2
 #include <stdlib.h>
 #endif