mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Minor correction in comments.
This commit is contained in:
parent
ed0a29b5b9
commit
6d1fafc608
1 changed files with 2 additions and 3 deletions
|
|
@ -89,9 +89,8 @@
|
|||
(incf *inline-blocks*)
|
||||
(setq loc var)
|
||||
(push (list (loc-type loc) loc) locs))
|
||||
;; FIXME! Why is (make-temp-var) before rebinding of *temp*???
|
||||
(let* ((temp (make-temp-var))
|
||||
;; bindings like c1expr*
|
||||
(let* ((temp (make-temp-var)) ;; output value
|
||||
;; bindings like c2expr*
|
||||
(*exit* (next-label))
|
||||
(*unwind-exit* (cons *exit* *unwind-exit*))
|
||||
(*lcl* *lcl*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue