[net.emacs] The whole world as a VAX

tecot@cmu-cs-k.ARPA (Edward Tecot) (07/04/85)

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.