guix: records.scm: update from upstream.
* guile/guix/records.scm: Update from upstream.
This commit is contained in:
parent
9c8e2dbd9f
commit
4986549f34
|
@ -80,7 +80,7 @@ fields, and DELAYED is the list of identifiers of delayed fields."
|
|||
(record-error 'name s "extraneous field initializers ~a"
|
||||
unexpected)))
|
||||
|
||||
#`(make-struct type 0
|
||||
#`(make-struct/no-tail type
|
||||
#,@(map (lambda (field index)
|
||||
(or (field-inherited-value field)
|
||||
(if (innate-field? field)
|
||||
|
|
Loading…
Reference in a new issue