[#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: nobu.nokada@...
Date: 2003-05-26 14:58:13 UTC
List: ruby-core #1084
Hi,

At Mon, 26 May 2003 23:41:56 +0900,
Dave Thomas wrote:
>    checked program was:
>    /* begin */
> 
> 
>    int main() { return 0; }
>    int t() { void ((*volatile p)()); p = (void ((*)()))readline; return 0; }
>    /* end */

Before it, isn't there this test?

checked program was:
/* begin */

int main() { return 0; }
int t() { readline(); return 0; }
/* end */

-- 
Nobu Nakada

In This Thread