Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!harpo!floyd!clyde!ihnp4!inuxc!pur-ee!uiucdcs!parsec!ctvax!uokvax!emjej From: emjej@uokvax.UUCP Newsgroups: net.lang.c Subject: Re: & operator - (nf) Message-ID: <4605@uiucdcs.UUCP> Date: Sun, 18-Dec-83 22:50:01 EST Article-I.D.: uiucdcs.4605 Posted: Sun Dec 18 22:50:01 1983 Date-Received: Wed, 21-Dec-83 01:25:04 EST Lines: 12 #R:iwu1a:-16200:uokvax:3000013:000:318 uokvax!emjej Dec 16 13:06:00 1983 Hold on-- *in++ has mode char, and hence can't validly have & applied to it. (Sorry about the Algol68 vocabulary, but it's the only way to untangle the mess C makes of types.) If a particular C compiler figures it can collapse &*, well, that's its business, but it's certainly not to be counted on. James Jones