cs: fix internal procedure-arity-includes/c
macro
Repair to 5345fd294c
.
This commit is contained in:
parent
bee4a92251
commit
0965e5ad6c
|
@ -45,9 +45,8 @@
|
|||
(and (integer? n)
|
||||
(exact? n)
|
||||
(not (negative? n))))
|
||||
(with-syntax ([n-mask (bitwise-arithmetic-shift-left 1 (syntax->datum #'m))])
|
||||
#'(lambda (p)
|
||||
(unsafe-procedure-and-arity-includes? p n)))]))
|
||||
#'(lambda (p)
|
||||
(unsafe-procedure-and-arity-includes? p n))]))
|
||||
|
||||
(define (check-space who what d-start d-len s-len)
|
||||
(unless (fx<= (fx+ d-start s-len) d-len)
|
||||
|
|
Loading…
Reference in New Issue
Block a user