From 8b1e7e34403977058d412931e31577df719fd2e4 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 25 May 1998 09:42:47 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby.h') diff --git a/ruby.h b/ruby.h index e4bc0f7fdf..477816fa52 100644 --- a/ruby.h +++ b/ruby.h @@ -499,8 +499,8 @@ VALUE rb_ensure _((VALUE(*)(),VALUE,VALUE(*)(),VALUE)); static char *libs_to_be_linked[] = { EXTLIB, 0 }; #endif -#endif - #if defined(__cplusplus) } /* extern "C" { */ #endif + +#endif /* ifndef RUBY_H */ -- cgit v1.2.3