Fix `parse-c-struct'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 28 Jul 2010 10:02:50 +0000 (12:02 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 28 Jul 2010 10:24:25 +0000 (12:24 +0200)
commit7387c231ee382a36a13a04c9f3b247b1667f0397
treeacb338f4860e1e37c6c1f678e29115a93330a9a7
parent183a2a224b555a29ab311ffcb6abd529a0bdffc1
Fix `parse-c-struct'.

* module/system/foreign.scm (parse-c-struct): Update use of
  `pointer->bytevector' to the new API.

* test-suite/tests/foreign.test ("structs"): New test prefix.
module/system/foreign.scm
test-suite/tests/foreign.test