diff options
author | Jemma Issroff <[email protected]> | 2023-10-25 11:23:57 -0300 |
---|---|---|
committer | Jemma Issroff <[email protected]> | 2023-10-25 18:18:35 -0300 |
commit | 8f71a5c53007b072341775e4161ec20b50ffc538 (patch) | |
tree | 711e0e6e3e61bf109a7e708313f56c24adbb6c90 /compile.c | |
parent | 0abf2d86b963089a52af9ee221d1b7da7ba9b2ee (diff) |
[PRISM] Move scope_node itself to CRuby, create prism_compile.h
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |