summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-11-01 05:07:03 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-11-01 05:07:03 +0000
commit42a6b31906794029b90e57dd31dcda3e3b638532 (patch)
tree9b33dc20d1ea4cedd91a59735eedab0cb08d31be /Build/source/texk/web2c/luatexdir/luatex.c
parent6e106ca734895eebbb82d66c94d39e1832fece60 (diff)
web2c/luatexdir/luatex.c: Improve a little (w32 only).
git-svn-id: svn://tug.org/texlive/trunk@38753 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c2
1 files changed, 2 insertions, 0 deletions
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)
{