зеркало из https://github.com/github/ruby.git
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
This commit is contained in:
Родитель
9289515562
Коммит
4f46dd034f
6
iseq.h
6
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 */
|
||||
|
|
6
method.h
6
method.h
|
@ -8,8 +8,8 @@
|
|||
Copyright (C) 2009 Koichi Sasada
|
||||
|
||||
**********************************************************************/
|
||||
#ifndef METHOD_H
|
||||
#define METHOD_H
|
||||
#ifndef RUBY_METHOD_H
|
||||
#define RUBY_METHOD_H 1
|
||||
|
||||
#include "internal.h"
|
||||
|
||||
|
@ -210,4 +210,4 @@ void rb_method_entry_copy(rb_method_entry_t *dst, const rb_method_entry_t *src);
|
|||
|
||||
void rb_scope_visibility_set(rb_method_visibility_t);
|
||||
|
||||
#endif /* METHOD_H */
|
||||
#endif /* RUBY_METHOD_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче