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
parenscript
parenscript
Commits
6881743d
Verified
Commit
6881743d
authored
Oct 25, 2018
by
Vladimir Sedach
Browse files
Change class precedence of simple-style-warning to work in CCL
Thanks to Ben Hyde for the fix
parent
95a699c3
Changes
1
Show whitespace changes
Inline
Side-by-side
src/deprecated-interface.lisp
View file @
6881743d
...
...
@@ -41,7 +41,7 @@
(
in-package
#:parenscript
)
(
in-readtable
:parenscript
)
(
define-condition
simple-style-warning
(
s
ty
le-warning
s
imp
le-warning
)
(
define-condition
simple-style-warning
(
s
imp
le-warning
s
ty
le-warning
)
())
(
defun
warn-deprecated
(
old-name
&optional
new-name
)
...
...
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