From 8a9993dfee20296431ac49ec48860c89160835c1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 Jan 2008 08:56:11 +0000 Subject: * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h: prefixed include guards with RUBY. * id.h: added include guard. * regenc.h, regint.h, regparse.h: prefixed include guards with ONIGURUMA. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vm_core.h') 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 */ -- cgit v1.2.3