Skip to content
Snippets Groups Projects
Commit 9748fead authored by ram's avatar ram
Browse files

dd-constructor -> dd-constructors now that there can be more than one

default constructor.
parent 95079056
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/struct.lisp,v 1.9 1991/02/11 13:38:07 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/struct.lisp,v 1.10 1991/03/04 16:51:30 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
doc ; documentation on the structure doc ; documentation on the structure
slots ; list of slots slots ; list of slots
conc-name ; prefix for slot names conc-name ; prefix for slot names
constructor ; name of standard constructor function (constructors ()) ; list of standard constructor function names
boa-constructors ; BOA constructors (cdr of option). boa-constructors ; BOA constructors (cdr of option).
copier ; name of copying function copier ; name of copying function
predicate ; name of type predictate predicate ; name of type predictate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment