From f8ea78ef6977b4465f488666aa51d7de88c65c6e Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Wed, 23 Jul 2014 12:36:34 +0000 Subject: Support of short-file-name-convention is incompatible with --src-specials (w32 only) git-svn-id: svn://tug.org/texlive/trunk@34699 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/lib/texmfmp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c index 564a964db20..5bd5627cc61 100644 --- a/Build/source/texk/web2c/lib/texmfmp.c +++ b/Build/source/texk/web2c/lib/texmfmp.c @@ -622,7 +622,9 @@ const char *ptexbanner = BANNER; /* forward declaration */ static string normalize_quotes (const_string name, const_string mesg); - +#ifndef TeX +int srcspecialsp = 0; +#endif /* Support of 8.3-name convention. If *buffer == NULL, nothing is done. */ static void change_to_long_name (char **buffer) { -- cgit v1.2.3