summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2022-03-30 14:46:18 +0900
committerYusuke Endoh <mame@ruby-lang.org>2022-03-30 16:50:46 +0900
commit5df2589b64127e86247de26d4db727a62764a869 (patch)
tree42b4c91ac4a0bce52a5c50474c314b82ac026009 /re.c
parent2ade40276be9f60ed06e7011b41a4c90f03e59b4 (diff)
internal/ractor.h: Added
Currently it has only one function prototype.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5703
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index bcd13ddf77..8666e449ec 100644
--- a/re.c
+++ b/re.c
@@ -20,8 +20,8 @@
#include "internal/imemo.h"
#include "internal/re.h"
#include "internal/string.h"
+#include "internal/ractor.h"
#include "internal/variable.h"
-#include "ractor_core.h"
#include "regint.h"
#include "ruby/encoding.h"
#include "ruby/re.h"