From: Kevin M. Rosenberg Date: Mon, 20 Oct 2003 16:53:20 +0000 (+0000) Subject: r8012: update copyright year, document :long to be architecture-specific size X-Git-Tag: v1.6.1~174 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=43fa9c43919e1ddaeda16423143913bfd2b6dcb4;p=uffi.git r8012: update copyright year, document :long to be architecture-specific size --- diff --git a/doc/Makefile b/doc/Makefile index 0c8baa9..a87f333 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/doc/ref.sgml b/doc/ref.sgml index dd0e05a..d19c7a6 100644 --- a/doc/ref.sgml +++ b/doc/ref.sgml @@ -116,10 +116,10 @@ dereferenced :unsigned-byte pointer returns an integer. :unsigned-int - Unsigned 32-bits. - :long - Signed 32-bits. + :long - Signed 32 or 64 bits, depending upon the platform. - :unsigned-long - Unsigned 32-bits. + :unsigned-long - Unsigned 32 or 64 bits, depending upon the platform. :float - 32-bit floating point.