typo
svn: r4448
This commit is contained in:
parent
6c2343f20c
commit
b123c4b394
|
@ -712,7 +712,7 @@
|
||||||
new-type))))))
|
new-type))))))
|
||||||
(provide _string/eof _bytes/eof)
|
(provide _string/eof _bytes/eof)
|
||||||
(define _bytes/eof
|
(define _bytes/eof
|
||||||
(make-ctype string-type
|
(make-ctype _bytes
|
||||||
(lambda (x) (and (not (eof-object? x)) x))
|
(lambda (x) (and (not (eof-object? x)) x))
|
||||||
(lambda (x) (or x eof))))
|
(lambda (x) (or x eof))))
|
||||||
(define-syntax _string/eof ; make it a syntax so it depends on the _string type
|
(define-syntax _string/eof ; make it a syntax so it depends on the _string type
|
||||||
|
|
Loading…
Reference in New Issue
Block a user