fix _-identifier? typo
svn: r12912
This commit is contained in:
parent
7dc56df949
commit
a62b6a3128
|
@ -1478,7 +1478,7 @@
|
||||||
(identifiers? #'(slot ...)))
|
(identifiers? #'(slot ...)))
|
||||||
(make-syntax #'_TYPE #f #'(slot ...) #'(slot-type ...))]
|
(make-syntax #'_TYPE #f #'(slot ...) #'(slot-type ...))]
|
||||||
[(_ (_TYPE _SUPER) ([slot slot-type] ...))
|
[(_ (_TYPE _SUPER) ([slot slot-type] ...))
|
||||||
(and (_-identifier? #'_TYPE) (identifiers? #'(slot ...)))
|
(and (_-identifier? #'_TYPE stx) (identifiers? #'(slot ...)))
|
||||||
(with-syntax ([super (datum->syntax #'_TYPE 'super #'_TYPE)])
|
(with-syntax ([super (datum->syntax #'_TYPE 'super #'_TYPE)])
|
||||||
(make-syntax #'_TYPE #t #'(super slot ...) #'(_SUPER slot-type ...)))]))
|
(make-syntax #'_TYPE #t #'(super slot ...) #'(_SUPER slot-type ...)))]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user