2009/3/20 Robin Lee Powell <rlpowell@...>:
>
> contrib/sb-bsd-sockets/constants.lisp has an extra trailing )
>
> What amazes me is that I didn't manage to hit this until using
> mudballs' documentation autogeneration system, which makes me wonder
> if, somehow, it's not actually a bug?
It happens to be harmless because the file is read in with a constant
number of READ calls -- so the extra paren is never seen.
Cleaned up in 1.0.27.25. Good catch!
Cheers,
-- Nikodemus
|