summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vm_core.h b/vm_core.h
index ae1b08c2ae..551e87a48a 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -9,8 +9,8 @@
**********************************************************************/
-#ifndef RUBY_CORE_H
-#define RUBY_CORE_H
+#ifndef RUBY_VM_CORE_H
+#define RUBY_VM_CORE_H
#define RUBY_VM_THREAD_MODEL 2
@@ -677,4 +677,4 @@ exec_event_hooks(rb_event_hook_t *hook, rb_event_flag_t flag, VALUE self, ID id,
} \
} while (0)
-#endif /* RUBY_CORE_H */
+#endif /* RUBY_VM_CORE_H */