Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site cmu-cs-k.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!rochester!cmu-cs-pt!cmu-cs-k!tecot From: tecot@cmu-cs-k.ARPA (Edward Tecot) Newsgroups: net.emacs Subject: Re: The whole world as a VAX Message-ID: <473@cmu-cs-k.ARPA> Date: Thu, 4-Jul-85 15:01:57 EDT Article-I.D.: cmu-cs-k.473 Posted: Thu Jul 4 15:01:57 1985 Date-Received: Sat, 6-Jul-85 09:51:49 EDT Organization: Carnegie-Mellon University, CS/RI Lines: 5 Another machine dependency shich is assumed is that words must be accessed on even addresses. One of the machines I converted Gosling Emacs to required words (32 bits on this machine) to have addresses which were multiples of four. Another one is the assumption that Emacs makes about the use of variable arguments. VARARGS should be used instead.