From: matz@... (Yukihiro Matsumoto) Date: 2004-03-31T11:49:01+09:00 Subject: Re: Issue with rb_time_new() Hi, In message "Re: Issue with rb_time_new()" on 04/03/31, nobu.nokada@softhome.net writes: |Originally, rb_time_new() requires two time_t arguments, but is |declared in intern.h without argument declaration to just get |rid of including in all sources. | |However, now there is missing.h, so we could replace such |meaningless ANYARGS with proper prototypes. Then, your example |will get to fail. I didn't notice about the . Please commit. matz.