bug-guile
[Top][All Lists]
Advanced

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

Re: patch to build guile CVS on Mac OS X


From: Kevin Ryde
Subject: Re: patch to build guile CVS on Mac OS X
Date: Wed, 07 Jan 2004 09:02:19 +1000
User-agent: Gnus/5.1004 (Gnus v5.10.4) Emacs/21.3 (gnu/linux)

Richard Todd <address@hidden> writes:
>
> +#ifdef __APPLE__
> +#define SCM_MUTEX_MAXSIZE (12 * sizeof (long))

Hmm, I guess if that's what it takes.

For reference, how many bytes is the underlying actual mutex?

> +#else
>  #define SCM_MUTEX_MAXSIZE (9 * sizeof (long))
> +#endif

No, I think it should be increased for all systems.  I think it'll be
too hard to keep the conditionals right going forward otherwise.  (The
same size needs to be maintained for binary compatibility.)

PS. Matters like this relating only to the development code can be
raised on the guile-devel list.




reply via email to

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