class-level mixin syntax reports reported as from mixin
svn: r4159
This commit is contained in:
parent
066b4386e4
commit
6864440c7e
|
@ -3365,9 +3365,10 @@
|
|||
|
||||
;; Build the class expression first, to give it a good src location:
|
||||
(with-syntax ([class-expr
|
||||
(syntax/loc stx
|
||||
(class* super% (to-ids ...)
|
||||
clauses ...))])
|
||||
(with-syntax ([orig-stx stx])
|
||||
(syntax/loc stx
|
||||
(class/derived orig-stx [#f super% (to-ids ...) #f]
|
||||
clauses ...)))])
|
||||
|
||||
;; Now build mixin proc, again to give it a good src location:
|
||||
(with-syntax ([mixin-expr
|
||||
|
|
Loading…
Reference in New Issue
Block a user