This is the mail archive of the guile@sourceware.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: Removing things from numbers.h


Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:

> I played a little cut-and-paste with configure.in.  The following solution
> came out as a result, but I hope that there is a better way to do it:
> 
> 
> AC_ARG_ENABLE(debug-deprecated,
>   [  --disable-debug-deprecated  Don't omit deprecated code for debugging],
>   if test "$enable_debug_deprecated" = n; then
>     enable_debug_deprecated=no
>   fi)

I suggest you don't put it in configure - I want to be able to do
something like this in my own code:

#define SCM_DEBUG_DEPRECATED 1
#include <libguile.h>

(so, IMO this flag should be used while compiling code that depends on
Guile, rather than Guile itself).

-- 
How to eff the ineffable?

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