From 43fa9c43919e1ddaeda16423143913bfd2b6dcb4 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 20 Oct 2003 16:53:20 +0000 Subject: [PATCH] r8012: update copyright year, document :long to be architecture-specific size --- doc/Makefile | 2 +- doc/ref.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.34.1