r8012: update copyright year, document :long to be architecture-specific size
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 20 Oct 2003 16:53:20 +0000 (16:53 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 20 Oct 2003 16:53:20 +0000 (16:53 +0000)
doc/Makefile
doc/ref.sgml

index 0c8baa9ce3b3e59272e179744ef14c5180af98a2..a87f333c20b1cc867f54c4784a1128a505eace1a 100644 (file)
@@ -8,7 +8,7 @@
 #
 #  CVS Id:   $Id$
 #
-# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
+# This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg
 #
 # UFFI users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
index dd0e05a3e1cfaa9e366f3b3ab49c4c1dd6f57e76..d19c7a6ad47c35e35bbec7dd7f606724e48b28f5 100644 (file)
@@ -116,10 +116,10 @@ dereferenced :unsigned-byte pointer returns an integer.</para>
            <para><constant>:unsigned-int</constant> - Unsigned 32-bits.</para>
          </listitem>
          <listitem>
-           <para><constant>:long</constant> - Signed 32-bits.</para>
+           <para><constant>:long</constant> - Signed 32 or 64 bits, depending upon the platform.</para>
          </listitem>
          <listitem>
-           <para><constant>:unsigned-long</constant> - Unsigned 32-bits.</para>
+           <para><constant>:unsigned-long</constant> - Unsigned 32 or 64 bits, depending upon the platform.</para>
          </listitem>
          <listitem>
            <para><constant>:float</constant> - 32-bit floating point.</para>