From 4986549f349d354ec97c052a943859de75cb7d90 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 4 Apr 2018 23:32:40 +0200 Subject: [PATCH] guix: records.scm: update from upstream. * guile/guix/records.scm: Update from upstream. --- guile/guix/records.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guile/guix/records.scm b/guile/guix/records.scm index 7de5fcce..a019373b 100644 --- a/guile/guix/records.scm +++ b/guile/guix/records.scm @@ -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)