guile-devel
[Top][All Lists]
Advanced

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

Re: compiling with -DSCM_DEBUG=1


From: Ludovic Courtès
Subject: Re: compiling with -DSCM_DEBUG=1
Date: Tue, 01 Sep 2009 21:35:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi!

Ken Raeburn <address@hidden> writes:

> --- a/libguile/gc.h
> +++ b/libguile/gc.h
> @@ -248,7 +248,7 @@ SCM_INTERNAL void scm_i_ensure_marking(void);
>  SCM_API int scm_debug_cell_accesses_p;
>  SCM_API int scm_expensive_debug_cell_accesses_p;
>  SCM_API int scm_debug_cells_gc_interval ;
> -void scm_i_expensive_validation_check (SCM cell);
> +SCM_API void scm_i_expensive_validation_check (SCM cell);
>  #endif
>
>  SCM_INTERNAL scm_i_pthread_mutex_t scm_i_gc_admin_mutex;

Please apply this one.

I guess Guile is seldom compiled with `SCM_DEBUG' defined.

Thanks,
Ludo'.





reply via email to

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