From: Andre Nathan Date: 2008-01-03T00:50:49+09:00 Subject: Re: Using "sort!" in a C extension (1.9 problem) On Wed, 2008-01-02 at 23:36 +0900, KUBO Takehiro wrote: > static VALUE > sort_by_length(VALUE i, VALUE dummy > #ifdef HAVE_TYPE_RB_BLOCK_CALL_FUNC > , int argc, VALUE *argv > #endif > ) That works, thanks! What is the meaning of the first two arguments in the 1.9 case? Andre