Update AllegroCL for :long-long on 64-bit platforms
[uffi.git] / doc / ref_declare.xml
index 5352722ea45584b0d90e18eb0c34d61597ee0e73..9c3f90292be87e6db02ce53e1c5174b5a36805d7 100644 (file)
@@ -1,7 +1,7 @@
-<?xml version='1.0' ?>   <!-- -*- DocBook -*- -->
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "file:///usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd" [
-<!ENTITY % myents SYSTEM "entities.xml">
+               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY % myents SYSTEM "entities.inc">
 %myents;
 ]>
   
@@ -44,7 +44,7 @@
        <varlistentry>
          <term><parameter>type</parameter></term>
          <listitem>
-           <para>A form that is evaluated that specifies the &uffi; type.
+           <para>A form that specifies the &uffi; type. It is not evaluated.
            </para>
          </listitem>
        </varlistentry>
     </refsect1>
     <refsect1>
       <title>Examples</title>
-      <programlisting>
+      <screen>
 (def-type char-ptr '(* :char))
 ...
 (defun foo (ptr)
 (declare (type char-ptr ptr))
 ...
-      </programlisting>
+      </screen>
     </refsect1>
     <refsect1>
       <title>Side Effects</title>