From 5070fd11b2975d34df227d7175890ddeed15e1a8 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 31 Jul 2005 21:54:57 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index b49743e63..f12833f4a 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,9 @@ +2005-08-01 Marius Vollmer + + * 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 * srfi-1.c: Do not use INUM macros, they are deprecated.