mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Enable variable renaming
This commit is contained in:
parent
49235c0a82
commit
e49efe4394
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@
|
|||
(let ((renamed (gensym identifier)))
|
||||
(env:define-variable! renamed val mac-env)
|
||||
renamed))
|
||||
#;((eq? val 'not-defined)
|
||||
((eq? val 'not-defined)
|
||||
;; Unrenamed variable identifier
|
||||
(let ((renamed (gensym identifier)))
|
||||
(env:define-variable! renamed identifier use-env)
|
||||
|
|
Loading…
Add table
Reference in a new issue