[#1094] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — Dave Thomas <dave@...>

> * eval.c (rb_mod_autoload, rb_mod_autoload_p): new method;

12 messages 2003/05/29
[#1095] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — nobu.nokada@... 2003/05/29

Hi,

Re: Possible problem with mkmf under Darwin

From: ts <decoux@...>
Date: 2003-05-26 14:51:12 UTC
List: ruby-core #1083
>>>>> "D" == Dave Thomas <dave@pragprog.com> writes:

D>    int t() { void ((*volatile p)()); p = (void ((*)()))readline; return 0; }
                                                          ^^^^^^^^

 There is a missing `()' which can explain the error message


Guy Decoux


In This Thread