RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) (09/19/87)
[re: file lib/CLX/text.l]
Date: Thu, 17 Sep 87 16:32:52 CDT
From: LaMott Oren <Oren%Home%ti-csl.csnet@RELAY.CS.NET>
Subject: Compile warnings in text-extents-local
The beta version of the text-extents-local function in the text file
gets compiler warnings.
Change:
(declare (type (int16 font-width font-ascent font-descent))
(type (int32 width)))
To:
(declare (type int16 font-width font-ascent font-descent)
(type int32 width))