Fix IS macro's handling of the default (unknown) case
authorMarco Baringer <mb@bese.it>
Fri, 10 Feb 2006 09:57:55 +0000 (10:57 +0100)
committerMarco Baringer <mb@bese.it>
Fri, 10 Feb 2006 09:57:55 +0000 (10:57 +0100)
commit4fec31c7fee75162da986168c8578017c56c197d
tree163b18e685f5d9d2f2c8266f27d87f47b77e025d
parent085b9010ceb3b650a11e6311cea38157fec2acb5
Fix IS macro's handling of the default (unknown) case

In the list-match-case form we were using _? (which only matches the
symbol _?) instead of ?_ (which matches anything), so the default
clause was never being used.
src/check.lisp