r8185: convert programlisting to screen
[uffi.git] / doc / notes.xml
index 139267ebc454a98c80b6e3b17f2906ba59aca3e7..7d6d366cbe3175fc024d906bd525cc19a235c2a4 100644 (file)
       <para>
        Here is an example that should both methods being used for
        maximum cross-implementation optimization:
-       <programlisting>
+       <screen>
 (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))
-       </programlisting>
+       </screen>
       </para>
     </sect2>
   </sect1>