mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
WIP
This commit is contained in:
parent
fcfa5bda2f
commit
603d649336
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@
|
||||||
;; Unrenamed variable identifier
|
;; Unrenamed variable identifier
|
||||||
(let ((renamed (gensym identifier)))
|
(let ((renamed (gensym identifier)))
|
||||||
(env:define-variable! renamed identifier use-env)
|
(env:define-variable! renamed identifier use-env)
|
||||||
; (env:define-variable! renamed identifier mac-env) ;; TODO: renamed val?
|
(env:define-variable! renamed val mac-env)
|
||||||
(Cyc-write `(ER rename ,identifier to ,renamed) (current-output-port))
|
(Cyc-write `(ER rename ,identifier to ,renamed) (current-output-port))
|
||||||
(Cyc-display "\n" (current-output-port))
|
(Cyc-display "\n" (current-output-port))
|
||||||
renamed)
|
renamed)
|
||||||
|
|
Loading…
Add table
Reference in a new issue