aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-09-28 09:05:16 -0400
committerKevin Newton <kddnewton@gmail.com>2023-09-28 09:44:16 -0400
commita213d2144827ab3151d3291794e87fbfb8523a2e (patch)
tree95ea1201a7a309c645e768f46f3103046c316011 /compile.c
parent834560a923dcc4aa6685fb7fd7aecae1808217f1 (diff)
downloadruby-a213d2144827ab3151d3291794e87fbfb8523a2e.tar.gz
Move CRuby-specific prism files to top level
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 c286df0869..34113a4387 100644
--- a/compile.c
+++ b/compile.c
@@ -13372,4 +13372,4 @@ rb_iseq_ibf_load_extra_data(VALUE str)
return extra_str;
}
-#include "prism/prism_compiler.c"
+#include "prism_compile.c"