diff --git a/CLI/Repl.cpp b/CLI/Repl.cpp index 6ec68fa8..47882b1e 100644 --- a/CLI/Repl.cpp +++ b/CLI/Repl.cpp @@ -510,7 +510,7 @@ void ihandler(lua_State* L, int k) { sigint_received = 0; } }; -#ifndef _WIN32 +#endif static void runRepl() {