summaryrefslogtreecommitdiff
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index e20a6effa4..ca8f4b02b6 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -1,3 +1,5 @@
+#ifndef RUBY_INSNHELPER_H
+#define RUBY_INSNHELPER_H
/**********************************************************************
insnhelper.h - helper macros to implement each instructions
@@ -9,9 +11,6 @@
**********************************************************************/
-#ifndef RUBY_INSNHELPER_H
-#define RUBY_INSNHELPER_H
-
RUBY_SYMBOL_EXPORT_BEGIN
RUBY_EXTERN VALUE ruby_vm_const_missing_count;