Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zach Beane
zacl
Commits
6194e036
Commit
6194e036
authored
Nov 01, 2016
by
Zach Beane
Browse files
Disable finalization for now.
Semantics between CCL and ACL differ too much to use directly for now.
parent
2cd08270
Changes
1
Hide whitespace changes
Inline
Side-by-side
package-excl.lisp
View file @
6194e036
...
...
@@ -146,7 +146,9 @@ values otherwise."
:external-format
(
translate-external-format
external-format
)))
(
defun
excl:schedule-finalization
(
object
fun
)
(
finalize
object
fun
))
;; Doesn't work; semantics differ.
;; (finalize object fun))
(
declare
(
ignore
object
fun
)))
(
defun
excl::unix-signal
(
signal-number
action
)
(
declare
(
ignore
signal-number
action
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment