aboutsummaryrefslogtreecommitdiffstats
path: root/structure.scm
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
commita69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch)
treef0bc974f8805049e6b9a4e6864886298fbaa05a4 /structure.scm
parent4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff)
downloadslib-upstream.tar.gz
slib-upstream.zip
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'structure.scm')
-rwxr-xr-x[-rw-r--r--]structure.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/structure.scm b/structure.scm
index 5cb6f40..bdc5873 100644..100755
--- 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))