From 8372736c982d2ace6cb53acfb1339cbe98baa2cc Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sun, 20 Jan 2019 22:15:31 +0100 Subject: [PATCH] fix compilation of Init_program() --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index 7a02df1b..e8471824 100644 --- a/src/main.c +++ b/src/main.c @@ -614,9 +614,7 @@ int Init_program(int argc,char * argv[]) static char main_directory[MAX_PATH_CHARACTERS]; static char spare_filename [MAX_PATH_CHARACTERS]; static char spare_directory[MAX_PATH_CHARACTERS]; -#if defined(ENABLE_FILENAMES_ICONV) || defined(WIN32) static word filename_unicode[MAX_PATH_CHARACTERS]; -#endif #if defined(__MINT__) printf("===============================\n");