X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref_declare.xml;h=9c3f90292be87e6db02ce53e1c5174b5a36805d7;hb=cc7b3da48f78a00cf62737f447ef9fe05a79bc37;hp=1e40da6c8dc8150141028466a7863c61f543c79d;hpb=e26a86e113f9139d1d4b009e74809faf51af166b;p=uffi.git diff --git a/doc/ref_declare.xml b/doc/ref_declare.xml index 1e40da6..9c3f902 100644 --- a/doc/ref_declare.xml +++ b/doc/ref_declare.xml @@ -1,7 +1,7 @@ + %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