From 7981720812b73175c27a90d1d653c5e127e439ff Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 May 2008 05:55:34 +0000 Subject: * include/ruby/ruby.h: renamed include guard. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 16ffa1dbbc..307bd1c820 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -1,18 +1,18 @@ /********************************************************************** - ruby.h - + ruby/ruby.h - $Author$ created at: Thu Jun 10 14:26:32 JST 1993 - Copyright (C) 1993-2007 Yukihiro Matsumoto + Copyright (C) 1993-2008 Yukihiro Matsumoto Copyright (C) 2000 Network Applied Communication Laboratory, Inc. Copyright (C) 2000 Information-technology Promotion Agency, Japan **********************************************************************/ -#ifndef RUBY_H -#define RUBY_H 1 +#ifndef RUBY_RUBY_H +#define RUBY_RUBY_H 1 #if defined(__cplusplus) extern "C" { @@ -21,10 +21,12 @@ extern "C" { #endif #endif +#ifndef RUBY_LIB #include "ruby/config.h" #ifdef RUBY_EXTCONF_H #include RUBY_EXTCONF_H #endif +#endif #define NORETURN_STYLE_NEW 1 #ifndef NORETURN @@ -1066,4 +1068,4 @@ unsigned long ruby_strtoul(const char *str, char **endptr, int base); #endif } /* extern "C" { */ #endif -#endif /* RUBY_H */ +#endif /* RUBY_RUBY_H */ -- cgit v1.2.3