Hi,

In message "Re: accessing index inside map"
    on Mon, 11 Jul 2005 17:37:07 +0900, nobuyoshi nakada <nobuyoshi.nakada / ge.com> writes:

|> It's all up to you.  Although I feel no need to check rb_proc_call,
|> since enumerator is bundled with Ruby itself.
|
|Static function proc_call() is defined now but rb_proc_call()
|is not.  Also rb_obj_method() and rb_method_call().

I know.  But if you need those functions, just export (with proper
prefix).  I see no need for have_func() check in extconf.rb.

							matz.