[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A couple of small patches
From: |
Marius Vollmer |
Subject: |
Re: A couple of small patches |
Date: |
Tue, 02 Nov 2004 23:55:50 +0100 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Andreas Vögele <address@hidden> writes:
> Hi,
>
> here are several patches for CVS head that mostly fix compiler
> warnings and errors on Mac OS X and OpenBSD.
Applied, thanks!
I changed two things:
> * pairs.h (scm_i_chase_pairs): Replace scm_t_uint32 with
> scm_t_bits to fix the mismatch between the function declaration
> and the definition in pairs.c.
I did it the other way around since scm_t_bits has no special
significance for the chase patter: it just needs to be a large enough
unsigned integer and scm_t_uint32 fits nicely.
> (scm_array_prototype): Call scm_i_get_old_prototype only if
> SCM_ENABLE_DEPRECATED is set.
I deprecated the whole of scm_array_prototype. (I have planned to do
this anyway. The array/uniform vector code is a bit unstable right
now, it will settle down in the next days.)
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405