[#9445] thread.rb — m_seki@...

18 messages 2000/03/16
[#9446] Re: thread.rb — matz@... (Yukihiro Matsumoto) 2000/03/17

[#9460] Re: thread.rb — m_seki@... 2000/03/21

[#9462] Re: thread.rb — matz@... (Yukihiro Matsumoto) 2000/03/21

まつもと ゆきひろです

[#11281] Re: thread.rb — Masatoshi SEKI <m_seki@...> 2000/10/22

[#9498] timeout しない timeout — ARIMA Yasuhiro <fit0298@...>

有馬です。

20 messages 2000/03/26
[#9506] Re: timeout しない timeout — matz@... (Yukihiro Matsumoto) 2000/03/27

まつもと ゆきひろです

[#9509] Re: timeout しない timeout — gotoken@... (GOTO Kentaro) 2000/03/27

In message "[ruby-dev:9506] Re: timeout しない timeout"

[ruby-dev:9361] Re: [patch] node.h typo

From: Katsuyuki Komatsu <komatsu@...>
Date: 2000-03-03 02:45:08 UTC
List: ruby-dev #9361
小松です。

In the message of [ruby-dev:9345] [patch] node.h typo
    on 2000/3/2 15:17:55 Minero Aoki <aamine@dp.u-netsurf.ne.jp> wrote:
>あおきです。タイプミスはっけん。

これを残しておくとプロトタイプをサポートしている場合、
intern.hのrb_method_boundp()の定義と衝突します。
単に削除したほうがよいかと。

あと、rb_node_newnode()の定義がnode.hに2回出てきますね。
一つにしたほうがよいと思います。

# rb_node_newnode()の方も、
#   NODE *rb_node_newnode _((enum node_type, NODE *, NODE *, NODE *));
# とかしてみたのですが、warningがうるさすぎてやめてしまいました。

1.4.4も同様です。

diff -ru2p ruby-1.5.2.dist/node.h ruby-1.5.2/node.h
--- ruby-1.5.2.dist/node.h	Fri Feb 18 15:59:32 2000
+++ ruby-1.5.2/node.h	Thu Mar  2 23:24:05 2000
@@ -327,5 +327,4 @@ typedef struct RNode {
 
 NODE *rb_node_newnode();
-VALUE rb_method_booundp();
 
 #define NOEX_PUBLIC    0
@@ -340,5 +339,4 @@ NODE *rb_compile_file _((const char*, VA
 
 void rb_add_method _((VALUE, ID, NODE *, int));
-NODE *rb_node_newnode();
 
 struct global_entry *rb_global_entry _((ID));

--
小松克行 / Katsuyuki Komatsu <komatsu@sarion.co.jp>

In This Thread

Prev Next