mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Bugfixes?
This commit is contained in:
parent
1766552dee
commit
179d4008fb
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
((not macro)
|
||||
(error "macro not found" exp))
|
||||
(compiled-macro?
|
||||
((Cyc-get-cvar (cdr macro))
|
||||
((Cyc-get-cvar macro)
|
||||
exp
|
||||
(Cyc-er-rename mac-env)
|
||||
Cyc-er-compare?))
|
||||
|
@ -72,7 +72,7 @@
|
|||
; (env (create-environment env-vars env-vals)))
|
||||
(eval
|
||||
(list
|
||||
(cdr macro)
|
||||
(Cyc-get-cvar macro)
|
||||
(list 'quote exp)
|
||||
(Cyc-er-rename mac-env)
|
||||
Cyc-er-compare?)
|
||||
|
|
Loading…
Add table
Reference in a new issue