typo
svn: r4448 original commit: b123c4b3940fa84108d100be20fd8f78a6c6a5fe
This commit is contained in:
parent
f84645ec2a
commit
840ee32d3b
|
@ -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