From 5f3bd016c116071a0058fb63389b9a9a75503522 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 15 Aug 2007 22:44:30 +0000 Subject: * intern.h (is_ruby_native_thread): removed since declared as an int function in ruby.h already. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ intern.h | 1 - version.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c10a8635e..5e76eefc98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 16 07:42:10 2007 Nobuyoshi Nakada + + * intern.h (is_ruby_native_thread): removed since declared as an int + function in ruby.h already. + Thu Aug 16 07:40:41 2007 Nobuyoshi Nakada * file.c (rb_file_s_rename): deleted code to get rid of a bug of diff --git a/intern.h b/intern.h index fae092ecda..072997503a 100644 --- a/intern.h +++ b/intern.h @@ -221,7 +221,6 @@ VALUE rb_thread_local_aref _((VALUE, ID)); VALUE rb_thread_local_aset _((VALUE, ID, VALUE)); void rb_thread_atfork _((void)); VALUE rb_funcall_rescue __((VALUE, ID, int, ...)); -VALUE is_ruby_native_thread _((void)); /* file.c */ VALUE rb_file_s_expand_path _((int, VALUE *)); VALUE rb_file_expand_path _((VALUE, VALUE)); diff --git a/version.h b/version.h index c6f02741b1..c02cbe3c7d 100644 --- a/version.h +++ b/version.h @@ -2,7 +2,7 @@ #define RUBY_RELEASE_DATE "2007-08-16" #define RUBY_VERSION_CODE 185 #define RUBY_RELEASE_CODE 20070816 -#define RUBY_PATCHLEVEL 86 +#define RUBY_PATCHLEVEL 87 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 -- cgit v1.2.1