This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RECKLESS vs SCM_RECKLESS


Jim Blandy <jimb@red-bean.com> writes:

> > The Guile code uses both.
> > 
> > This means that, if you want to build a very fast
> > Guile to run your perfectly debugged programs, you'll
> > have to -DRECKLESS -DSCM_RECKLESS.
> > 
> > Does this mean that the cycle-happy among us just use
> > SCM and don't bother? :)
> > 
> > Not something 1.3 release-critical, I guess...
> 
> I think that's a bug.  If RECKLESS is appearing in any header files,
> that could interfere with the user's namespace.

Uhh... Not in the headers, no.  In the C files.  Mostly numbers.c.
Looks like the ''->'SCM_' renaming job wasn't finished for some reason.

HTH,
mike.