1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 08:50:23 +02:00

* match.scm: export defstruct.

This commit is contained in:
Keisuke Nishida 2001-03-09 05:16:05 +00:00
parent 650a1cf929
commit a55134eded
2 changed files with 5 additions and 1 deletions

View 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

View 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