From 7291fef55c90b9ab6b3c22018b16972861b98c9d Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 29 Jun 2019 13:07:07 +1200 Subject: Improve build process and coroutine implementation selection. --- cont.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index 9ebc2c1a1f..c4de4a0c42 100644 --- a/cont.c +++ b/cont.c @@ -15,12 +15,7 @@ #include "eval_intern.h" #include "mjit.h" -#ifdef FIBER_USE_COROUTINE -#include FIBER_USE_COROUTINE -#else -// Stack copying implementation, should work everywhere: -#include "coroutine/copy/Context.h" -#endif +#include COROUTINE_H #ifndef _WIN32 #include -- cgit v1.2.3