summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/lib/ChangeLog2
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog
index 4a369888ba1..10cc93ee205 100644
--- a/Build/source/texk/web2c/lib/ChangeLog
+++ b/Build/source/texk/web2c/lib/ChangeLog
@@ -1,4 +1,4 @@
-2015-10-31 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
+2015-11-01 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
* texmfmp.c: Improve restricted shell escape for w32 a little.
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index 4545eb9b49e..83555e3b16a 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -278,6 +278,7 @@ init_shell_escape (void)
#define QUOTE '\''
#endif
+#if 0
#ifdef WIN32
static int
char_needs_quote (int c)
@@ -289,6 +290,7 @@ char_needs_quote (int c)
c == ')');
}
#endif
+#endif
/* return values:
-1 : invalid quotation of an argument