summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/TLpatches/patch-04-kpathsea
blob: e924b2ae234f6f568806e22570e9d9aea7e89e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur opendetex-2.8.4.orig/detex.l opendetex-2.8.4/detex.l
--- opendetex-2.8.4.orig/detex.l	2018-02-11 18:42:05.000000000 +0900
+++ opendetex-2.8.4/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