all string comparison functions were broken for 1 and 3+ args.
fixed.
This commit is contained in:
parent
fc80aaae37
commit
eb97ae0569
|
@ -204,9 +204,9 @@
|
||||||
(f (cdr s*))]
|
(f (cdr s*))]
|
||||||
[else
|
[else
|
||||||
(die who "not a string"
|
(die who "not a string"
|
||||||
(car s*))]))))
|
(car s*))])))
|
||||||
(die who "not a string" s2))])))
|
(die who "not a string" s2)))]))
|
||||||
(die who "not a string" s1)))
|
(die who "not a string0" s1))))
|
||||||
|
|
||||||
(define ($string<? s1 s2)
|
(define ($string<? s1 s2)
|
||||||
(let ([n1 ($string-length s1)]
|
(let ([n1 ($string-length s1)]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1676
|
1677
|
||||||
|
|
Loading…
Reference in New Issue