summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorJemma Issroff <[email protected]>2023-10-25 11:23:57 -0300
committerJemma Issroff <[email protected]>2023-10-25 18:18:35 -0300
commit8f71a5c53007b072341775e4161ec20b50ffc538 (patch)
tree711e0e6e3e61bf109a7e708313f56c24adbb6c90 /compile.c
parent0abf2d86b963089a52af9ee221d1b7da7ba9b2ee (diff)
[PRISM] Move scope_node itself to CRuby, create prism_compile.h
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 94a7a87229..4b36e4ebd1 100644
--- a/compile.c
+++ b/compile.c
@@ -44,7 +44,7 @@
#include "builtin.h"
#include "insns.inc"
#include "insns_info.inc"
-#include "prism/prism.h"
+#include "prism_compile.h"
#undef RUBY_UNTYPED_DATA_WARNING
#define RUBY_UNTYPED_DATA_WARNING 0