aboutsummaryrefslogtreecommitdiffstats
path: root/vm_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_opts.h')
-rw-r--r--vm_opts.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/vm_opts.h b/vm_opts.h
index 5f607e7aab..5ccf1f1052 100644
--- a/vm_opts.h
+++ b/vm_opts.h
@@ -10,8 +10,8 @@
**********************************************************************/
-#ifndef VM_OPTS_H_INCLUDED
-#define VM_OPTS_H_INCLUDED
+#ifndef RUBY_VM_OPTS_H
+#define RUBY_VM_OPTS_H
/* Compile options.
* You can change these options at runtime by VM::CompileOption.
@@ -47,5 +47,4 @@
/* misc */
#define SUPPORT_JOKE 0
-#endif /* VM_OPTS_H_INCLUDED */
-
+#endif /* RUBY_VM_OPTS_H */