1
0
Fork 0
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:
Nobuyoshi Nakada 2019-05-16 15:51:37 +09:00
parent 7069f64c41
commit a160b2f567
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
7 changed files with 10 additions and 8 deletions

View file

@ -16,7 +16,7 @@ extern "C" {
#define COROUTINE __attribute__((noreturn)) void
const size_t COROUTINE_REGISTERS = 9;
enum {COROUTINE_REGISTERS = 9};
typedef struct
{