ffi/unsafe: unbreak

This commit is contained in:
Matthew Flatt 2013-02-14 17:27:23 -07:00
parent ccabbaa36e
commit a96b093d97

View File

@ -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]