diff options
author | Matt Valentine-House <[email protected]> | 2023-03-08 10:45:59 +0000 |
---|---|---|
committer | Matt Valentine-House <[email protected]> | 2023-03-15 21:26:26 +0000 |
commit | 4ae9c34a4e00d148f206affb3a65926bf3fe230f (patch) | |
tree | 7b99d39dd7d5d910917fc46817004945434323a9 /vm_sync.c | |
parent | 60b8c7d9fd2e2cb82dae7189a66335b3bec9005f (diff) |
Move RB_VM_SAVE_MACHINE_CONTEXT to internal/thread.h
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7465
Diffstat (limited to 'vm_sync.c')
-rw-r--r-- | vm_sync.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include "internal/gc.h" +#include "internal/thread.h" #include "vm_core.h" #include "vm_sync.h" #include "ractor_core.h" |