Unflags an object for special action on garbage collection.
hcl
flag-not-special-free-action object => nil
object⇩ |
The object on which the special actions are to be removed. |
The function flag-not-special-free-action
unflags object for special action on garbage collection.
CL-USER 1 > (make-instance 'capi:title-pane) #<CAPI:TITLE-PANE "" 20F9898C>
CL-USER 2 > (flag-not-special-free-action *) NIL
add-special-free-action
flag-special-free-action
remove-special-free-action
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35