mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
Missing package prefix in the use of with-interrupts (J. James)
This commit is contained in:
parent
9a4ae70bed
commit
652272341e
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ As interrupts are normally allowed WITH-INTERRUPTS only makes sense if there
|
|||
is an outer WITHOUT-INTERRUPTS with a corresponding ALLOW-WITH-INTERRUPTS:
|
||||
interrupts are not enabled if any outer WITHOUT-INTERRUPTS is not accompanied
|
||||
by ALLOW-WITH-INTERRUPTS."
|
||||
(with-unique-names (allowp enablep)
|
||||
(ext:with-unique-names (allowp enablep)
|
||||
;; We could manage without ENABLEP here, but that would require
|
||||
;; taking extra care not to ever have *ALLOW-WITH-INTERRUPTS* NIL
|
||||
;; and *INTERRUPTS-ENABLED* T -- instead of risking future breakage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue