[hunchentoot-devel] hcl:mark-and-sweep on 32 bit LispWorks

Edi Weitz edi at agharta.de
Wed Apr 4 07:51:24 UTC 2007


On Tue, 03 Apr 2007 10:16:44 -0700, Chris Dean <ctdean at sokitomi.com> wrote:

> The HCL:MARK-AND-SWEEP function is only available on 32 bit
> LispWorks.  A small patch is below to allow hunchentoot to run on 64
> bit versions of LispWorks.

Thanks, that will be in the next release.

> +  #+:lispworks-32bit

I'll change that to

     #+(and :lispworks (not :lispworks-64bit))

as I think :LISPWORK-32BIT is not a feature of LW 4.x.  (I hope
:LISPWORKS-64BIT exists.  I don't have a 64-bit Lisp to test with.)



More information about the Tbnl-devel mailing list