This commit is contained in:
Jay Kruer 2022-06-15 18:49:18 -07:00
parent 256afff8e8
commit f13f0ee4ec

View file

@ -510,7 +510,7 @@ void ihandler(lua_State* L, int k) {
sigint_received = 0; sigint_received = 0;
} }
}; };
#ifndef _WIN32 #endif
static void runRepl() static void runRepl()
{ {