Skip to content

Commit 5f3bd01

Browse files
committed
* 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
1 parent 67991a1 commit 5f3bd01

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Thu Aug 16 07:42:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
2+
3+
* intern.h (is_ruby_native_thread): removed since declared as an int
4+
function in ruby.h already.
5+
16
Thu Aug 16 07:40:41 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
27

38
* file.c (rb_file_s_rename): deleted code to get rid of a bug of

intern.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ VALUE rb_thread_local_aref _((VALUE, ID));
221221
VALUE rb_thread_local_aset _((VALUE, ID, VALUE));
222222
void rb_thread_atfork _((void));
223223
VALUE rb_funcall_rescue __((VALUE, ID, int, ...));
224-
VALUE is_ruby_native_thread _((void));
225224
/* file.c */
226225
VALUE rb_file_s_expand_path _((int, VALUE *));
227226
VALUE rb_file_expand_path _((VALUE, VALUE));

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define RUBY_RELEASE_DATE "2007-08-16"
33
#define RUBY_VERSION_CODE 185
44
#define RUBY_RELEASE_CODE 20070816
5-
#define RUBY_PATCHLEVEL 86
5+
#define RUBY_PATCHLEVEL 87
66

77
#define RUBY_VERSION_MAJOR 1
88
#define RUBY_VERSION_MINOR 8

0 commit comments

Comments
 (0)