ffi/unsafe/obj: fix use of ivar in rator position
Merge to v5.3.4
(cherry picked from commit fff88eeb92
)
This commit is contained in:
parent
1850b4bbd4
commit
fd4f374195
|
@ -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