fix _-identifier? typo
svn: r12912 original commit: a62b6a312809f2cc9b10a8cc9b92b73f4b9ef69f
This commit is contained in:
parent
e73dd4b4af
commit
0a87e4bd26
|
@ -1478,7 +1478,7 @@
|
|||
(identifiers? #'(slot ...)))
|
||||
(make-syntax #'_TYPE #f #'(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)])
|
||||
(make-syntax #'_TYPE #t #'(super slot ...) #'(_SUPER slot-type ...)))]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user