mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make COROUTINE_REGISTERS compile-time only not to be a global symbol
This commit is contained in:
parent
7069f64c41
commit
a160b2f567
7 changed files with 10 additions and 8 deletions
|
@ -16,7 +16,7 @@ extern "C" {
|
|||
|
||||
#define COROUTINE __attribute__((noreturn)) void
|
||||
|
||||
const size_t COROUTINE_REGISTERS = 9;
|
||||
enum {COROUTINE_REGISTERS = 9};
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue