Older versions of SBCL had a function SB-EXT:QUIT instead of SB-EXT:EXIT.
commit04870161c4130a1d971e99ee5bd0d46526e7d551
authorElias Martenson <elias.martenson@murex.com>
Tue, 4 Sep 2012 01:36:54 +0000 (4 09:36 +0800)
committerElias Martenson <elias.martenson@murex.com>
Tue, 4 Sep 2012 01:36:54 +0000 (4 09:36 +0800)
tree3bd3ba5936a8f8ed20fe8cb6861983e35a5b255d
parent13f132e6223816d3f0012ff0afdda59837669b1a
Older versions of SBCL had a function SB-EXT:QUIT instead of SB-EXT:EXIT.
This fix checks whether SB-EXT:EXIT exists, and if not, will fall back to
the older way of doing it.
dev/sbcl.lisp