summaryrefslogtreecommitdiff
path: root/mjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/mjit.h b/mjit.h
index f6bbc45a3c..94e0b7bd85 100644
--- a/mjit.h
+++ b/mjit.h
@@ -1,3 +1,5 @@
+#ifndef RUBY_MJIT_H
+#define RUBY_MJIT_H 1
/**********************************************************************
mjit.h - Interface to MRI method JIT compiler for Ruby's main thread
@@ -6,9 +8,6 @@
**********************************************************************/
-#ifndef RUBY_MJIT_H
-#define RUBY_MJIT_H 1
-
#include "ruby/3/config.h"
#if USE_MJIT