summaryrefslogtreecommitdiff
path: root/template/Doxyfile.tmpl
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:15:30 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:44:01 -0800
commit2e875549a934fa04b7939810fa0d8a2762702aaa (patch)
tree116b99056f810d48359ac6fa6a3b06e9ddc65c05 /template/Doxyfile.tmpl
parenteaccdc1941304d6273397b21c25213174d892185 (diff)
s/MJIT/RJIT/
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7462
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r--template/Doxyfile.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 502e171384..3e122863c1 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -2249,10 +2249,10 @@ PREDEFINED += DEPRECATED(_)=_
PREDEFINED += DEPRECATED_BY(__,_)=_
PREDEFINED += ENUM_OVER_INT=1
PREDEFINED += ERRORFUNC(__,_)=_
-PREDEFINED += MJIT_FUNC_EXPORTED=
-PREDEFINED += MJIT_STATIC=extern
-PREDEFINED += MJIT_SYMBOL_EXPORT_BEGIN=
-PREDEFINED += MJIT_SYMBOL_EXPORT_END=
+PREDEFINED += RJIT_FUNC_EXPORTED=
+PREDEFINED += RJIT_STATIC=extern
+PREDEFINED += RJIT_SYMBOL_EXPORT_BEGIN=
+PREDEFINED += RJIT_SYMBOL_EXPORT_END=
PREDEFINED += NOINLINE(_)=_
PREDEFINED += NORETURN(_)=_
PREDEFINED += PACKED_STRUCT_UNALIGNED(_)=_