Andreas V�gele <[EMAIL PROTECTED]> 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 _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
