X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref_declare.xml;h=9c3f90292be87e6db02ce53e1c5174b5a36805d7;hb=cc7b3da48f78a00cf62737f447ef9fe05a79bc37;hp=5352722ea45584b0d90e18eb0c34d61597ee0e73;hpb=4536279431c3b1dda383ae4ddb5c68cc6377b456;p=uffi.git diff --git a/doc/ref_declare.xml b/doc/ref_declare.xml index 5352722..9c3f902 100644 --- a/doc/ref_declare.xml +++ b/doc/ref_declare.xml @@ -1,7 +1,7 @@ - + + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + %myents; ]> @@ -44,7 +44,7 @@ type - A form that is evaluated that specifies the &uffi; type. + A form that specifies the &uffi; type. It is not evaluated. @@ -57,13 +57,13 @@ Examples - + (def-type char-ptr '(* :char)) ... (defun foo (ptr) (declare (type char-ptr ptr)) ... - + Side Effects