Path: utzoo!mnetor!uunet!oddjob!hao!ames!pasteur!agate!eris!mwm From: mwm@eris (Mike (My watch has windows) Meyer) Newsgroups: comp.lang.c Subject: Re: register unions Message-ID: <7127@agate.BERKELEY.EDU> Date: 23 Feb 88 04:15:32 GMT References: <1229@eneevax.UUCP> <7258@brl-smoke.ARPA> <604@mcrware.UUCP> <677@cresswell.quintus.UUCP> Sender: usenet@agate.BERKELEY.EDU Reply-To: mwm@eris.UUCP (Mike (My watch has windows) Meyer) Distribution: comp.lang.c Organization: Missionaria Phonibalonica Lines: 54 Keywords: registers, unions In article <677@cresswell.quintus.UUCP> ok@quintus.UUCP (Richard A. O'Keefe) writes: , jejones@mcrware.UUCP (James Jones) writes: <> The place I can see people wanting unions to live in registers is something <> like <> register union { <> woof *wp; <> char *cp; <> ... <> } mumble; < < for (times = 100; --times >= 0; ) { < fprintf(stderr, "Byte addressing is not universal.\n"); < fprintf(stderr, "Pointers may come in different sizes.\n\n"); < } True statements, but they have nothing to do with people wanting to put unions in registers.