aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-08-30 20:31:14 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-08-30 20:31:14 +0200
commit37ce10b30af08d7003ed12ee6072368be6519a79 (patch)
treeeb873761ae436bf9856108ea9d7037aa5ebd4471 /module
parentAllow partial change and removal of XML Namespaces. (diff)
downloadcalp-37ce10b30af08d7003ed12ee6072368be6519a79.tar.gz
calp-37ce10b30af08d7003ed12ee6072368be6519a79.tar.xz
Fix minor syntax error for set/r!
Diffstat (limited to 'module')
-rw-r--r--module/calp/util.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/util.scm b/module/calp/util.scm
index 9b792fe0..06767658 100644
--- a/module/calp/util.scm
+++ b/module/calp/util.scm
@@ -194,7 +194,7 @@
;; only evaluates the final form once
(define-syntax set/r!
- (syntax-rules ()
+ (syntax-rules (=)
((_ args ... v = something)
(begin
(set! args ... v = something)