[#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: ping.rb

From: Dave Thomas <dave@...>
Date: 2003-05-15 13:38:46 UTC
List: ruby-core #1045
nobu.nokada@softhome.net wrote:

> You can see 3 `#ifdef __CYGWIN__'s in ruby_connect().  These
> code may be needed on Mac OSX.


I can do this, but I need to know what to test for to see if I'm on an 
OSX platform. Is it:

    #if defined(__APPLE__) && defined(__MACH__)    ???



Cheers


Dave



In This Thread