Attempt at pffi-init for ypsilon
This commit is contained in:
parent
6631c7a7ff
commit
bb09c58f9f
|
|
@ -6,6 +6,11 @@
|
|||
'(import (chicken foreign)
|
||||
(chicken memory))
|
||||
#t))))
|
||||
(ypsilon
|
||||
(define-syntax pffi-init
|
||||
(lambda (x)
|
||||
(syntax-case x ()
|
||||
((_) '(import (ypsilon c-ffi)))))))
|
||||
(else
|
||||
(define pffi-init(lambda () #t))))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue