ffi/unsafe/obj: fix use of ivar in rator position
Merge to v5.3.4
This commit is contained in:
parent
0562755be9
commit
fff88eeb92
|
@ -664,7 +664,7 @@
|
|||
[(set! _ val)
|
||||
(syntax/loc stx (set-ivar! self sym val))]
|
||||
[(_ arg ...)
|
||||
(quasisyntax/loc stx (#,(quasisyntax/loc #'sym #'(get-ivar self sym))
|
||||
(quasisyntax/loc stx (#,(quasisyntax/loc #'sym (get-ivar self sym))
|
||||
arg ...))]
|
||||
[_ (quasisyntax/loc #'sym (get-ivar self sym))])))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user