Xref: utzoo comp.unix.aix:143 gnu.emacs.bug:1241 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!brutus.cs.uiuc.edu!apple!netcom!hue From: hue@netcom.UUCP (Jonathan Hue) Newsgroups: comp.unix.aix,gnu.emacs.bug Subject: Re: GNU Emacs 18.55 and AIX PS/2 1.1 Message-ID: <3110@netcom.UUCP> Date: 14 Oct 89 23:59:25 GMT References: <347@synsys.UUCP> <34525@srcsip.UUCP> <2896@netcom.UUCP> Reply-To: hue@netcom.UUCP (Jonathan Hue ) Distribution: na Organization: NetCom- The Bay Area's Public Access Unix System {408 997-9175 guest} Lines: 8 In article <2896@netcom.UUCP> hue@netcom.UUCP I write: > >#define SIGN_EXTEND_CHAR(x) ((x) & 0x80 ? ((x) - 255) : (x)) That should have been 256, not 255. Seems like the (signed char) cast should have worked though. -Jonathan