From a55134eded43dd41a8fbee7597c7e415d5ebfe77 Mon Sep 17 00:00:00 2001 From: Keisuke Nishida Date: Fri, 9 Mar 2001 05:16:05 +0000 Subject: [PATCH] * match.scm: export defstruct. --- ice-9/ChangeLog | 4 ++++ ice-9/match.scm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 182ebe1e2..67b350f40 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +2001-03-09 Keisuke Nishida + + * match.scm: export defstruct. + 2001-03-08 Mikael Djurfeldt * psyntax.ss: Added FSF copyright notice. Added a notice of diff --git a/ice-9/match.scm b/ice-9/match.scm index a05d37eee..3a83aeac8 100644 --- a/ice-9/match.scm +++ b/ice-9/match.scm @@ -22,7 +22,7 @@ :use-module (ice-9 slib) :export (match match-lambda match-lambda* match-define match-let match-let* match-letrec - define-structure define-const-structure + defstruct define-structure define-const-structure match:error match:set-error match:error-control match:set-error-control match:structure-control match:set-structure-control