Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site umcp-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!umcp-cs!chris From: chris@umcp-cs.UUCP (Chris Torek) Newsgroups: net.lang.c Subject: Re: Typedefs Message-ID: <1886@umcp-cs.UUCP> Date: Wed, 16-Oct-85 22:51:36 EDT Article-I.D.: umcp-cs.1886 Posted: Wed Oct 16 22:51:36 1985 Date-Received: Sat, 19-Oct-85 03:34:37 EDT References: <2148@brl-tgr.ARPA> <430@brl-sem.ARPA> Organization: U of Maryland, Computer Science Dept., College Park, MD Lines: 12 > 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? Ah, Ron, how could you make such an error? You can indeed apply registers to `short's and `char's and even `float's and `double's; it is merely much more difficult to get the code generation right. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 4251) UUCP: seismo!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@mimsy.umd.edu