diff options
-rw-r--r-- | ice-9/ChangeLog | 4 | ||||
-rw-r--r-- | ice-9/match.scm | 2 |
2 files changed, 5 insertions, 1 deletions
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 <kxn30@po.cwru.edu> + + * match.scm: export defstruct. + 2001-03-08 Mikael Djurfeldt <mdj@linnaeus.mit.edu> * 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 |