* match.scm: export defstruct.
authorKeisuke Nishida <kxn30@po.cwru.edu>
Fri, 9 Mar 2001 05:16:05 +0000 (05:16 +0000)
committerKeisuke Nishida <kxn30@po.cwru.edu>
Fri, 9 Mar 2001 05:16:05 +0000 (05:16 +0000)
ice-9/ChangeLog
ice-9/match.scm

index 182ebe1..67b350f 100644 (file)
@@ -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
index a05d37e..3a83aea 100644 (file)
@@ -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