mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 15:20:36 -08:00
The temporary destination is a function of the _final_ destination, not of the origin of the value.
This commit is contained in:
parent
b213c88975
commit
dbee5bf9f9
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
|||
(wt-nl "return(" loc ");")))
|
||||
(return)))
|
||||
(FRAME
|
||||
(let ((*destination* (tmp-destination loc)))
|
||||
(let ((*destination* (tmp-destination *destination*)))
|
||||
(set-loc loc)
|
||||
(setq loc *destination*))
|
||||
(wt-nl "frs_pop();"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue