1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-01-24 00:11:03 +00:00
parent 4858610b00
commit be1b896c82

View file

@ -1,5 +1,9 @@
2005-01-24 Kevin Ryde <user42@zip.com.au> 2005-01-24 Kevin Ryde <user42@zip.com.au>
* standalone/test-unwind.c (check_cont): Cast rewindable to long, to
avoid warning from gcc 3.4 on 64-bit systems about casting int
(32-bits) to pointer (64-bits).
* tests/srfi-1.test (lset=, member): New tests. * tests/srfi-1.test (lset=, member): New tests.
2005-01-12 Kevin Ryde <user42@zip.com.au> 2005-01-12 Kevin Ryde <user42@zip.com.au>