Andy Wingo <wi...@pobox.com> writes:
> On Wed 06 Apr 2011 01:51, Mark H Weaver <m...@netris.org> writes:
>
>> FYI, I just pushed this fix.
>>
>> * libguile/read.c (scm_read_sharp): Move the "#c..." case outside of
>>   #if SCM_ENABLE_DEPRECATED, and to the same section which handles
>>   "#s...", "#u..." and "#f...".
>>   Thanks to Andreas Rottmann <a.rottm...@gmx.at> for the bug report.
>
> Thanks!  What bug does it fix?  Sorry for being obtuse :)

Before this fix, srfi-4.test failed on line 439, when run on a guile
compiled with --disable-deprecated.  That line contains the literal
uniform complex vector #c32(+inf.0 -inf.0 +nan.0)

    Best,
     Mark

Reply via email to