Handle :ALLOCATION of condition slots correctly
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Fri, 5 Apr 2013 09:59:37 +0000 (11:59 +0200)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 12 Apr 2013 18:12:54 +0000 (19:12 +0100)
commitf46b52e0ab5b5a8cdfd0ddabed9ff37a9876506e
treeac04c6eba4f7ac44af752c35b01cbe39be3ee2c1
parent9c0c32bf94b510ea0f7bed34a91d0ddf3ea909fc
Handle :ALLOCATION of condition slots correctly

Previously, DEFINE-CONDITION failed to pass the :ALLOCATION slot
option to MAKE-CONDITION-SLOT.

A test case has been added.

fixes lp#1049404
NEWS
src/code/condition.lisp
tests/condition.impure.lisp