mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
Rename make-foreign-function' to
pointer->procedure'.
* libguile/foreign.c (scm_make_foreign_function): Rename to... (scm_pointer_to_procedure): ... this. * libguile/foreign.h: Adjust accordingly. * module/system/foreign.scm: Likewise. * test-suite/standalone/test-ffi: Likewise. * test-suite/tests/foreign.test: Likewise. * doc/ref/api-foreign.texi: Likewise.
This commit is contained in:
parent
7884975a89
commit
2ee073587a
6 changed files with 67 additions and 68 deletions
|
@ -42,7 +42,7 @@
|
|||
string->pointer
|
||||
pointer->string
|
||||
|
||||
make-foreign-function
|
||||
pointer->procedure
|
||||
;; procedure->pointer (see below)
|
||||
make-c-struct parse-c-struct))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue