From 5d88ea52fd1a6bdb456550fe4aed8aa9cb8f995b Mon Sep 17 00:00:00 2001 From: Dibyendu Majumdar Date: Sun, 5 Jul 2020 00:42:00 +0100 Subject: [PATCH] issue #189 enable coroutines by default so that tests do not fail --- include/luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/luaconf.h b/include/luaconf.h index 1050cb5..8e3de92 100644 --- a/include/luaconf.h +++ b/include/luaconf.h @@ -850,7 +850,7 @@ #define RAVI_USE_LLVM_ARITH_FLOATPRIORITY 1 /* Enables the 'defer' statement - RAVI extension */ #define RAVI_DEFER_STATEMENT -//#define RAVI_SUPPORT_COROUTINES +#define RAVI_SUPPORT_COROUTINES #endif