[alexandria.git] updated branch master: a5d7ec2... simple-style-warning & co: better compatibility with ccl

Attila Lendvai alendvai at common-lisp.net
Mon Apr 12 07:50:57 UTC 2010


The branch master has been updated:
       via  a5d7ec2a97cc0b0f45a17298d781665fd6d19bb8 (commit)
      from  4907281d91c17056a4ddfdc46cec512ed2859f0f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a5d7ec2a97cc0b0f45a17298d781665fd6d19bb8
Author: Attila Lendvai <attila.lendvai at gmail.com>
Date:   Sun Apr 11 20:51:14 2010 +0200

    simple-style-warning & co: better compatibility with ccl

-----------------------------------------------------------------------

Summary of changes:
 conditions.lisp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conditions.lisp b/conditions.lisp
index 196a56e..ac471cc 100644
--- a/conditions.lisp
+++ b/conditions.lisp
@@ -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 (style-warning simple-warning)
+(define-condition simple-style-warning (simple-warning style-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)
   ())
 
-- 
Alexandria hooks/post-receive




More information about the alexandria-cvs mailing list