aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/macros.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-08-27 19:30:16 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-08-27 19:30:16 -0700
commit59ca512ec8f099a7d4c8aa4392f939d1aa5aee5d (patch)
tree870b95b19f19c035df62171fdcbaa1ae041e76ae /lib/csc/macros.csc
parentChange argument passing to use lists. (diff)
downloadchromatopelma-59ca512ec8f099a7d4c8aa4392f939d1aa5aee5d.tar.zst
Implement multiple return values.
Diffstat (limited to 'lib/csc/macros.csc')
-rw-r--r--lib/csc/macros.csc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csc/macros.csc b/lib/csc/macros.csc
index cf4549f..e78fc72 100644
--- a/lib/csc/macros.csc
+++ b/lib/csc/macros.csc
@@ -813,7 +813,7 @@
(cons '... (make-library-ref '... '(scheme base)))
(cons 'let-syntax builtin-let-syntax)
(cons 'quote builtin-quote)
- (cons 'lambda builtin-lambda)
+ (cons 'builtin-lambda builtin-lambda)
(cons 'builtin-define builtin-define)
(cons 'define-syntax builtin-define-syntax)
(cons 'call-builtin builtin-call-builtin)