summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorHParker <[email protected]>2023-12-07 15:47:36 -0800
committerKevin Newton <[email protected]>2023-12-15 13:42:19 -0500
commit55326a915f25608be1d40ab32baa9fc57762615d (patch)
tree69dc288dcadf3e09206c287919be5c7d9711edc2 /compile.c
parent655c02790ee5aca122d3593fadab5b41a42a1899 (diff)
Introduce --parser runtime flag
Introduce runtime flag for specifying the parser, ``` ruby --parser=prism ``` also update the description: ``` $ ruby --parser=prism --version ruby 3.3.0dev (2023-12-08T04:47:14Z add-parser-runtime.. 0616384c9f) +PRISM [x86_64-darwin23] ``` [Bug #20044]
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 048a30c203..afc2061b12 100644
--- a/compile.c
+++ b/compile.c
@@ -44,7 +44,6 @@
#include "builtin.h"
#include "insns.inc"
#include "insns_info.inc"
-#include "prism_compile.h"
#undef RUBY_UNTYPED_DATA_WARNING
#define RUBY_UNTYPED_DATA_WARNING 0