Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!rms@prep.ai.mit.edu From: rms@prep.ai.mit.edu Newsgroups: net.emacs Subject: Two small corrections to Emacs 17.45. Message-ID: <1091@mit-eddie.UUCP> Date: Thu, 30-Jan-86 14:38:15 EST Article-I.D.: mit-eddi.1091 Posted: Thu Jan 30 14:38:15 1986 Date-Received: Sat, 1-Feb-86 03:57:01 EST Sender: daemon@mit-eddi.UUCP Organization: MIT, Cambridge, MA Lines: 26 From: rms@prep.ai.mit.edu (Richard M. Stallman) In file fns.c, near the beginning, change the lines #ifdef LOAD_AVE_TYPE #ifndef eunice to #ifdef LOAD_AVE_TYPE #ifdef BSD #include #endif /* BSD */ #ifndef eunice In m-pyramid.h, change #undef NO_UNION_TYPE to #define NO_UNION_TYPE and alter the comment before it to say /* Don't use the union types any more. They were used until Emacs 17.45. */