[EMAIL PROTECTED] scripsit:

> The reason for this is that srfi-19.scm uses (current-seconds)
> directly. A quick fix would be to replace this by
> (inexact->exact (current-seconds)) but this might become
> problematic looking at the ChangeLog entry for (current-seconds):

That won't help, because the current value of (current-seconds) is
too large to fit in a fixnum (on a 32-bit system, anyhow).  Instead,
the arithmetic has to be replaced.

-- 
John Cowan                              [EMAIL PROTECTED]
            http://www.ccil.org/~cowan
Humpty Dump Dublin squeaks through his norse
                Humpty Dump Dublin hath a horrible vorse
But for all his kinks English / And his irismanx brogues
                Humpty Dump Dublin's grandada of all rogues.  --Cousin James


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to