* Fixed bugs in the just-added $fp comparison primitives.
This commit is contained in:
parent
3f3767800d
commit
e51def62c1
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -2543,7 +2543,7 @@
|
|||
[(assq x '([= je] [!= jne] [< jl] [<= jle] [> jg] [>= jge]
|
||||
[u< jb] [u<= jbe] [u> ja] [u>= jae]
|
||||
[fl:= je] [fl:!= jne]
|
||||
[fl:< jl] [fl:> jg] [fl:<= jle] [fl:>= jge]))
|
||||
[fl:< jb] [fl:> ja] [fl:<= jbe] [fl:>= jae]))
|
||||
=> cadr]
|
||||
[else (error who "invalid jmpname ~s" x)]))
|
||||
(define (revjmpname x)
|
||||
|
|
Loading…
Reference in New Issue