summaryrefslogtreecommitdiff
path: root/modules/language
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language')
-rw-r--r--modules/language/python/compile.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/language/python/compile.scm b/modules/language/python/compile.scm
index 597c71f..0919f1b 100644
--- a/modules/language/python/compile.scm
+++ b/modules/language/python/compile.scm
@@ -209,7 +209,7 @@
`(,(O 'set) ,(let lp ((v v) (new new))
(match new
((x . new)
- (lp `(,(O 'ref) ,v 'x) ',new))
+ (lp `(,(O 'refq) ,v 'x) ',new))
(() v)))
',(exp vs las)
,(if op
@@ -254,7 +254,7 @@
((x . trailer)
(match (pr x)
((#:identifier . _)
- (lp `(,(O 'ref) ,e ',(exp vs x) #f) trailer))
+ (lp `(,(O 'refq) ,e ',(exp vs x) #f) trailer))
((#:arglist args apply #f)
(if apply