Skip to content

Commit 2ae425e

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_6@13202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent f93d2d1 commit 2ae425e

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+
Wed Aug 22 11:39:31 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
Wed Aug 22 11:00:20 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
27

38
* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.

intern.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ VALUE rb_thread_local_aref _((VALUE, ID));
224224
VALUE rb_thread_local_aset _((VALUE, ID, VALUE));
225225
void rb_thread_atfork _((void));
226226
VALUE rb_funcall_rescue __((VALUE, ID, int, ...));
227-
VALUE is_ruby_native_thread _((void));
228227
/* file.c */
229228
VALUE rb_file_s_expand_path _((int, VALUE *));
230229
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-22"
33
#define RUBY_VERSION_CODE 186
44
#define RUBY_RELEASE_CODE 20070822
5-
#define RUBY_PATCHLEVEL 77
5+
#define RUBY_PATCHLEVEL 78
66

77
#define RUBY_VERSION_MAJOR 1
88
#define RUBY_VERSION_MINOR 8

0 commit comments

Comments
 (0)