From: John Darrington Date: Sun, 29 Nov 2015 11:16:45 +0000 (+0100) Subject: Fix build issue on Gnewsense mips64 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daff2c425198e7b2321b40c08dcd3f5f975ac3b1;p=pspp Fix build issue on Gnewsense mips64 --- diff --git a/src/data/make-file.c b/src/data/make-file.c index f4456ca153..3cbf00623d 100644 --- a/src/data/make-file.c +++ b/src/data/make-file.c @@ -160,7 +160,6 @@ convert_to_filename_encoding (const char *s, size_t len, const char *current_enc #else -typedef char TCHAR; #define TS_stat stat #define Trename rename #define Tunlink unlink