From 4f46dd034fe75d8244d63001fbfbdaf924d6c1a6 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 19 Sep 2015 01:48:48 +0000 Subject: iseq.h, method.h: fix include guards [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index f796905470..ee8beb4e9d 100644 --- a/iseq.h +++ b/iseq.h @@ -9,8 +9,8 @@ **********************************************************************/ -#ifndef RUBY_COMPILE_H -#define RUBY_COMPILE_H +#ifndef RUBY_ISEQ_H +#define RUBY_ISEQ_H 1 static inline size_t rb_call_info_kw_arg_bytes(int keyword_len) @@ -169,4 +169,4 @@ VALUE rb_iseq_defined_string(enum defined_type type); RUBY_SYMBOL_EXPORT_END -#endif /* RUBY_COMPILE_H */ +#endif /* RUBY_ISEQ_H */ -- cgit v1.2.3