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
Jan Moringen
asdf
Commits
9923fbb2
Commit
9923fbb2
authored
Dec 16, 2016
by
Robert Goldman
Browse files
MKCL patch for upgrading.
Previously, MKCL was unable to FMAKUNBOUND a SETF method.
parent
9ee30a2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
output-translations.lisp
View file @
9923fbb2
...
...
@@ -24,7 +24,6 @@
;; (setf output-translations) between 2.27 and 3.0.3 was using a defsetf macro
;; for the sake of obsolete versions of GCL 2.6. Make sure it doesn't come to haunt us.
#-
mkcl
; mkcl 1.1.9 can't fmakunbound a setf function.
(
when-upgrading
(
:version
"3.1.2"
)
(
fmakunbound
'
(
setf
output-translations
)))
(
with-upgradability
()
...
...
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