зеркало из https://github.com/github/ruby.git
Print warning if not using native coroutine.
This commit is contained in:
Родитель
0b36c90e12
Коммит
a071bed7a5
2
cont.c
2
cont.c
|
@ -45,6 +45,8 @@
|
|||
#ifdef FIBER_USE_COROUTINE
|
||||
#include FIBER_USE_COROUTINE
|
||||
#define FIBER_USE_NATIVE 1
|
||||
#else
|
||||
#pragma message "Native coroutine not available!"
|
||||
#endif
|
||||
|
||||
#if !defined(FIBER_USE_NATIVE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче