guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re-addition of deprecated stuff to 1.7.


From: Marius Vollmer
Subject: Re: Re-addition of deprecated stuff to 1.7.
Date: 17 May 2003 19:57:07 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Rob Browning <address@hidden> writes:

> Marius Vollmer <address@hidden> writes:
> 
> > To illustrate, consider the change from a two-arg version of scm_eval
> > to the three-arg one.  When making the decision to make that change
> > (instead of just adding a new function), we can offer a switch that
> > activates the three-arg version:
> >
> >
> >    /* old code, using two-arg eval */
> >
> >    #include <libguile.h>
> >
> >    -------------------
> >    /* new code, using three-arg eval */
> >
> >    #define GUILE_ENABLE_THREE_ARG_EVAL
> >    #include <libguile.h>
> >
> > Later, we can deprecate the 'enable' variant and prefer a 'disable'
> > one:
> 
> So would this be a user-code compile-time setting, or a libguile
> compile time setting?

That would be a user-code compile-time setting.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

[Prev in Thread] Current Thread [Next in Thread]