X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fnotes.xml;h=7d6d366cbe3175fc024d906bd525cc19a235c2a4;hb=ddc4406e05568a26c37845f5d5c7ad811886a39f;hp=06c89b3bf20bc096cda4cf35165b4fd86912a106;hpb=466148daa2e13a529e7338aeaf83cdc49c47ddbb;p=uffi.git diff --git a/doc/notes.xml b/doc/notes.xml index 06c89b3..7d6d366 100644 --- a/doc/notes.xml +++ b/doc/notes.xml @@ -1,4 +1,4 @@ - + @@ -81,12 +81,12 @@ Here is an example that should both methods being used for maximum cross-implementation optimization: - + (uffi:def-type the-struct-type-def the-struct-type) (let ((a-foreign-struct (allocate-foreign-object 'the-struct-type))) (declare 'the-struct-type-def a-foreign-struct) (get-slot-value a-foreign-struct 'the-struct-type 'field-name)) - +