~ chicken-core (chicken-5) 90682e34178bd29f495989bad1af5e76eee3e7e9
commit 90682e34178bd29f495989bad1af5e76eee3e7e9 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu May 26 08:02:56 2011 -0400 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu May 26 08:02:56 2011 -0400 merged wiki changes into manual diff --git a/manual/Foreign type specifiers b/manual/Foreign type specifiers index faf4f221..352903ce 100644 --- a/manual/Foreign type specifiers +++ b/manual/Foreign type specifiers @@ -30,7 +30,7 @@ A short integer number. An small integer number in fixnum range (at least 30 bit). -=== integer unsigned-integer integer32 unsigned-integer32 integer64 +=== integer unsigned-integer integer32 unsigned-integer32 integer64 unsigned-integer64 Either a fixnum or a flonum in the range of a (unsigned) machine ''int'' or with 32/64 bit width. @@ -223,7 +223,7 @@ instance. {{CNAME}} should designate the name of the C++ class, and To use this, an extension will be required that provides an object-creation- and access-interface compatible to [[/eggref/4/coops|coops]] or -[[/eggref/4/tinyclos|tinyclos]]. Speecifically, it should provide the +[[/eggref/4/tinyclos|tinyclos]]. Specifically, it should provide the following operations: (make SCHEMECLASS 'this POINTER)Trap