Small fixes
This commit is contained in:
parent
40143070bd
commit
c0814d2675
|
|
@ -78,6 +78,11 @@
|
|||
pffi-pointer-deref)
|
||||
(begin
|
||||
|
||||
|
||||
#|doc Testing multiline comment |#
|
||||
|
||||
|
||||
|
||||
(define library-version "v0-2-0")
|
||||
(define slash (cond-expand (windows (string #\\)) (else "/")))
|
||||
|
||||
|
|
|
|||
|
|
@ -78,6 +78,11 @@
|
|||
pffi-pointer-deref)
|
||||
(begin
|
||||
|
||||
|
||||
#|doc Testing multiline comment |#
|
||||
|
||||
|
||||
|
||||
(define library-version "v0-2-0")
|
||||
(define slash (cond-expand (windows (string #\\)) (else "/")))
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,9 @@
|
|||
|
||||
(define pffi-pointer->string
|
||||
(lambda (pointer)
|
||||
(pointer->string pointer)))
|
||||
(if (string? pointer)
|
||||
pointer
|
||||
(pointer->string pointer))))
|
||||
|
||||
(define pffi-shared-object-load
|
||||
(lambda (header path)
|
||||
|
|
|
|||
Loading…
Reference in New Issue