Changed char-set-predicate-{lib,interface} to
char-set-{lib,interface}.
This commit is contained in:
parent
f80604aeab
commit
f900059893
scsh/lib
|
@ -1,7 +1,7 @@
|
||||||
;;; These defs are things for characters *not* in SRFIs 13 & 14.
|
;;; These defs are things for characters *not* in SRFIs 13 & 14.
|
||||||
;;; It includes some R5RS defs that are not correct in S48 in a Latin-1 world.
|
;;; It includes some R5RS defs that are not correct in S48 in a Latin-1 world.
|
||||||
|
|
||||||
(define-interface char-set-predicates-interface
|
(define-interface char-predicates-interface
|
||||||
(export
|
(export
|
||||||
((char-lower-case? ; R5RS
|
((char-lower-case? ; R5RS
|
||||||
char-upper-case? ; R5RS
|
char-upper-case? ; R5RS
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
char-ascii?) (proc (:char) :boolean))))
|
char-ascii?) (proc (:char) :boolean))))
|
||||||
|
|
||||||
|
|
||||||
(define-structure char-set-predicates-lib char-set-predicates-interface
|
(define-structure char-predicates-lib char-predicates-interface
|
||||||
(open error-package ; ERROR
|
(open error-package ; ERROR
|
||||||
scsh-utilities ; DEPRECATED-PROC
|
scsh-utilities ; DEPRECATED-PROC
|
||||||
char-set-lib
|
char-set-lib
|
||||||
|
|
Loading…
Reference in New Issue