Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (Tek) 9/28/84 based on 9/17/84; site hammer.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!vax135!cornell!uw-beaver!tektronix!orca!hammer!steveh From: steveh@hammer.UUCP (Stephen Hemminger) Newsgroups: net.emacs Subject: GNU emacs portability Message-ID: <1166@hammer.UUCP> Date: Wed, 10-Apr-85 18:03:09 EST Article-I.D.: hammer.1166 Posted: Wed Apr 10 18:03:09 1985 Date-Received: Thu, 11-Apr-85 23:57:42 EST Reply-To: steveh@hammer.UUCP (Stephen Hemminger) Distribution: net Organization: Tektronix, Wilsonville OR Lines: 9 Keywords: GNU I have discovered one of the major portability problems with GNU emacs. It uses signed bit fields, which some CPU's and C compilers do not support. Ask me if you want the fixes now, or wait and they will make it back for a later release. P.s: signed bit field's are a PCC/VAXism which are specifically excluded in K&R.