Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: nyu notesfiles V1.1 4/1/84; site acf4.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!decvax!harpo!ihnp4!houxm!hogpc!houti!ariel!vax135!floyd!cmcl2!acf4!lwe3207 From: lwe3207@acf4.UUCP Newsgroups: net.lang.c Subject: Re: "missing endif": Huh?Who?What? Message-ID: <13900002@acf4.UUCP> Date: Wed, 11-Apr-84 11:50:00 EST Article-I.D.: acf4.13900002 Posted: Wed Apr 11 11:50:00 1984 Date-Received: Sun, 22-Apr-84 09:25:40 EST References: <13900001@acf4.UUCP> Organization: New York University Lines: 11 Nf-ID: #R:acf4:13900001:acf4:13900002:000:218 Nf-From: acf4!lwe3207 Apr 21 11:50:00 1984 [Sorry, same message with bug-killer line] The following file elicits the interesting response "missing endif" from cc. Replacing *v/*w with (*v)/(*w) fixes it: --- foo (v,w) int *v, *w; { int k; k = *v/*w; } ---