From a69c9fb665459e2bfdbda1bf80741a0af31a7faf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:06:40 -0800 Subject: New upstream version 3b5 --- structure.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 structure.scm (limited to 'structure.scm') diff --git a/structure.scm b/structure.scm old mode 100644 new mode 100755 index 5cb6f40..bdc5873 --- a/structure.scm +++ b/structure.scm @@ -45,7 +45,7 @@ (syntax (id1 ... id2 ...)))) ((assign ...) (map (lambda (x) - (construct-name x "set-" (syntax name) "-" x "!")) + (construct-name x (syntax name) "-" x "-set!")) (syntax (id1 ... id2 ...)))) (structure-length (+ (length (syntax (id1 ... id2 ...))) 1)) -- cgit v1.2.3