summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeisuke Nishida <kxn30@po.cwru.edu>2001-03-09 05:16:05 +0000
committerKeisuke Nishida <kxn30@po.cwru.edu>2001-03-09 05:16:05 +0000
commita55134eded43dd41a8fbee7597c7e415d5ebfe77 (patch)
tree720cf7ea3d9da4ba6e11d70b3ad865b0d61c7c21
parent650a1cf92946fd4ca4d1e5752055fbc717ae32ed (diff)
downloadguile-a55134eded43dd41a8fbee7597c7e415d5ebfe77.tar.gz
* match.scm: export defstruct.
-rw-r--r--ice-9/ChangeLog4
-rw-r--r--ice-9/match.scm2
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