mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Do not always generate one label in maybe-next-label
This commit is contained in:
parent
82fbede619
commit
6899ee68d8
1 changed files with 3 additions and 4 deletions
|
|
@ -71,10 +71,9 @@
|
|||
(and (consp x) (integerp (si::cons-car x))))
|
||||
|
||||
(defun maybe-next-label ()
|
||||
(let ((l (next-label)))
|
||||
(if (labelp *exit*)
|
||||
*exit*
|
||||
l)))
|
||||
(if (labelp *exit*)
|
||||
*exit*
|
||||
(next-label)))
|
||||
|
||||
(defun maybe-wt-label (label)
|
||||
(unless (eq label *exit*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue