~ chicken-core (chicken-5) 62183d19774a190fa87f937de8bf5ffd59c5a604
commit 62183d19774a190fa87f937de8bf5ffd59c5a604 Author: Peter Bex <peter.bex@xs4all.nl> AuthorDate: Tue Feb 25 10:10:28 2014 +0100 Commit: Peter Bex <peter.bex@xs4all.nl> CommitDate: Tue Feb 25 10:10:28 2014 +0100 Fix typo: C_structure -> C_structurep diff --git a/manual/C interface b/manual/C interface index c1605824..6e476a85 100644 --- a/manual/C interface +++ b/manual/C interface @@ -161,7 +161,7 @@ Is {{x}} a port object? Accepts only non-immediate objects. ===== C_structurep - [C macro] C_word C_structure(C_word x) + [C macro] C_word C_structurep(C_word x) Is {{x}} a structure (record) object? Accepts only non-immediate objects.Trap