GNU Emacs 18.55 and AIX PS/2 1.1

Jonathan Hue hue at netcom.UUCP
Sun Oct 15 09:59:25 AEST 1989


In article <2896 at netcom.UUCP> hue at 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



More information about the Comp.unix.aix mailing list