Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-sem.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!brl-sem!ron From: ron@brl-sem.ARPA (Ron Natalie ) Newsgroups: net.lang.c Subject: Re: Typedefs Message-ID: <430@brl-sem.ARPA> Date: Tue, 15-Oct-85 23:39:06 EDT Article-I.D.: brl-sem.430 Posted: Tue Oct 15 23:39:06 1985 Date-Received: Thu, 17-Oct-85 20:29:33 EDT References: <2148@brl-tgr.ARPA> Organization: Ballistic Research Lab Lines: 8 > Yes it will work. But how well? Some systems (notably BSD) ignore > register short definitions for example. This style allows (& requires > in certain cases) the porter to choose his tradeoffs globally. It doesn't ignore register short definitions, it mearly does not put them in registers because registers can only be applied to types int and long on VAX. Or whould you have sizeof (int) return different numbers depending on whether it's in a register or not?