diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-08-27 19:30:16 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-08-27 19:30:16 -0700 |
| commit | 59ca512ec8f099a7d4c8aa4392f939d1aa5aee5d (patch) | |
| tree | 870b95b19f19c035df62171fdcbaa1ae041e76ae /lib/csc/macros.csc | |
| parent | Change argument passing to use lists. (diff) | |
| download | chromatopelma-59ca512ec8f099a7d4c8aa4392f939d1aa5aee5d.tar.zst | |
Implement multiple return values.
Diffstat (limited to 'lib/csc/macros.csc')
| -rw-r--r-- | lib/csc/macros.csc | 2 |
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) |
