Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!ucla-cs!zen!ucbvax!ZERMATT.LCS.MIT.EDU!RWS From: RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) Newsgroups: comp.windows.x Subject: too many parens Message-ID: <870919092458.5.RWS@KILLINGTON.LCS.MIT.EDU> Date: Sat, 19-Sep-87 09:24:00 EDT Article-I.D.: KILLINGT.870919092458.5.RWS Posted: Sat Sep 19 09:24:00 1987 Date-Received: Sun, 20-Sep-87 15:30:20 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 14 [re: file lib/CLX/text.l] Date: Thu, 17 Sep 87 16:32:52 CDT From: LaMott Oren 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))