ffi/unsafe: unbreak
This commit is contained in:
parent
ccabbaa36e
commit
a96b093d97
|
@ -674,7 +674,7 @@
|
||||||
#,(or output-expr res)))
|
#,(or output-expr res)))
|
||||||
#`(begin0
|
#`(begin0
|
||||||
(ffi #,@ffi-args)
|
(ffi #,@ffi-args)
|
||||||
#,@post)))))]
|
(let* (#,@post) (void)))))))]
|
||||||
;; if there is a string 'ffi-name property, use it as a name
|
;; if there is a string 'ffi-name property, use it as a name
|
||||||
[body (let ([n (cond [(syntax-property stx 'ffi-name)
|
[body (let ([n (cond [(syntax-property stx 'ffi-name)
|
||||||
=> syntax->datum]
|
=> syntax->datum]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user