Implement scm_to_pointer
authorMark H Weaver <mhw@netris.org>
Thu, 2 Feb 2012 22:23:35 +0000 (17:23 -0500)
committerMark H Weaver <mhw@netris.org>
Thu, 2 Feb 2012 23:34:52 +0000 (18:34 -0500)
commit1d00abb04fd8c11d872dc6dc2a49ebb9767d0c18
tree3ea15035020684fb7fcb3dc6420f2a4b22aff42c
parent7fb9c4aff29daab35d0726bac58f8fbd6bd2e26c
Implement scm_to_pointer

* libguile/foreign.c, libguile/foreign.h (scm_to_pointer):
  New C function.

* test-suite/standalone/test-loose-ends.c: Add test.
libguile/foreign.c
libguile/foreign.h
test-suite/standalone/test-loose-ends.c