summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index bd35c8fd881..a3f9c26e2af 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -1,7 +1,10 @@
+2015-11-01 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * luatex.c: Improve a little (w32 only).
+
2015-10-31 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* tex/inputstack.w: Sync with the upstream.
- * luatex.c: Improve a little (w32 only).
2015-10-13 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c
index daa6483cd45..4ce58c3aba6 100644
--- a/Build/source/texk/web2c/luatexdir/luatex.c
+++ b/Build/source/texk/web2c/luatexdir/luatex.c
@@ -183,6 +183,7 @@ void init_shell_escape(void)
# define QUOTE '\''
# endif
+# if 0
# ifdef WIN32
static int char_needs_quote(int c)
{
@@ -192,6 +193,7 @@ static int char_needs_quote(int c)
c == '>' || c == ';' || c == ',' || c == '(' || c == ')');
}
# endif
+# endif
static int Isspace(char c)
{