summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:17:25 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:44:01 -0800
commit23ec248e48f696ae986e2b19cd572ece02a5ba55 (patch)
tree3973e15ea1c34d000b40a64bd64e78880f28efec /internal
parent2e875549a934fa04b7939810fa0d8a2762702aaa (diff)
downloadruby-23ec248e48f696ae986e2b19cd572ece02a5ba55.tar.gz
s/mjit/rjit/
Diffstat (limited to 'internal')
-rw-r--r--internal/cmdlineopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h
index 8ce6c606d7..914bb77661 100644
--- a/internal/cmdlineopt.h
+++ b/internal/cmdlineopt.h
@@ -1,7 +1,7 @@
#ifndef INTERNAL_CMDLINEOPT_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_CMDLINEOPT_H
-#include "mjit.h"
+#include "rjit.h"
#include "yjit.h"
typedef struct {
@@ -24,7 +24,7 @@ typedef struct ruby_cmdline_options {
ruby_features_t warn;
unsigned int dump;
#if USE_RJIT
- struct mjit_options mjit;
+ struct rjit_options rjit;
#endif
int sflag, xflag;