mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Fixed name not matching up with global
This commit is contained in:
parent
c887cfe04b
commit
09a6529525
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
#t)
|
||||
|
||||
(define (macro:load-env! defined-macros)
|
||||
(set! *macro-env* (env:extend-environment
|
||||
(set! *macro:env* (env:extend-environment
|
||||
(map car defined-macros)
|
||||
(map cdr defined-macros)
|
||||
env:the-empty-environment)))
|
||||
|
|
Loading…
Add table
Reference in a new issue