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
Knut Olav Bøhmer
alexandria
Commits
a5d7ec2a
Commit
a5d7ec2a
authored
Apr 11, 2010
by
Attila Lendvai
Browse files
simple-style-warning & co: better compatibility with ccl
parent
4907281d
Changes
1
Hide whitespace changes
Inline
Side-by-side
conditions.lisp
View file @
a5d7ec2a
...
...
@@ -6,7 +6,7 @@ use as an initialization form for structure and class-slots, and
a default value for required keyword arguments."
(
error
"Required argument ~@[~S ~]missing."
name
))
(
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
simple-style-warning
(
message
&rest
args
)
...
...
@@ -19,7 +19,7 @@ a default value for required keyword arguments."
;; implementation. But even then it's still inspectable from the
;; debugger...
(
define-condition
simple-reader-error
#-
sbcl
(
reader
-error
simple
-error
)
#-
sbcl
(
simple
-error
reader
-error
)
#+
sbcl
(
sb-int:simple-reader-error
)
())
...
...
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