1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-07-31 21:54:57 +00:00
parent 705f4f57ee
commit 5070fd11b2

View file

@ -1,3 +1,9 @@
2005-08-01 Marius Vollmer <mvo@zagadka.de>
* srfi-1.c (check_map_args): Move check_map_error label and elt
variable outside of loop scope so that we do not jump past the
initialization of elt.
2005-06-12 Marius Vollmer <mvo@zagadka.de>
* srfi-1.c: Do not use INUM macros, they are deprecated.