[usocket-devel] CLISP condition system change
Vladimir Sedach
vsedach at gmail.com
Fri Feb 17 01:09:25 UTC 2012
Hi,
In the repository version of CLISP, there's been some changes to the
condition class hierarchy. usocket/backend/clisp.lisp line 685 reads:
(system::simple-os-error
Changing that to:
(ext:os-error
Should work for the current version (2.49 - simple-os-error inherited
from os-error and the usocket condition argument accessors are
otherwise generic) and the upcoming CLISP version.
Vladimir
More information about the usocket-devel
mailing list