r6rs bug fix

svn: r8914
This commit is contained in:
Matthew Flatt 2008-03-07 03:58:06 +00:00
parent 20055ac00e
commit e80606352d

View File

@ -40,7 +40,7 @@
(define-fl nan? flnan? (a) nocheck)
(define-fl max flmax (a b ...) nocheck)
(define-fl max flmin (a b ...) nocheck)
(define-fl min flmin (a b ...) nocheck)
(define-fl + fl+ (a b ...) nocheck)
(define-fl * fl* (a b ...) nocheck)