Fix issue with racket v6.5
This commit is contained in:
parent
035f51646b
commit
8cd12257ed
|
@ -10,5 +10,6 @@
|
||||||
(syntax-parser
|
(syntax-parser
|
||||||
[(_ (~var mixin (static eh-mixin-expander? "an eh-mixin expander")))
|
[(_ (~var mixin (static eh-mixin-expander? "an eh-mixin expander")))
|
||||||
(with-disappeared-uses
|
(with-disappeared-uses
|
||||||
|
(begin
|
||||||
(record-disappeared-uses #'mixin)
|
(record-disappeared-uses #'mixin)
|
||||||
#'(mixin))]))
|
#'(mixin)))]))
|
Loading…
Reference in New Issue
Block a user