Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site garfield.UUCP Path: utzoo!utcsrgv!garfield!john9 From: john9@garfield.UUCP (John Rochester) Newsgroups: net.lang.c Subject: Re: "missing endif": Huh?Who?What? Message-ID: <1143@garfield.UUCP> Date: Mon, 23-Apr-84 20:25:46 EST Article-I.D.: garfield.1143 Posted: Mon Apr 23 20:25:46 1984 Date-Received: Mon, 23-Apr-84 21:28:44 EST References: <13900002@acf4.UUCP> Organization: Memorial Univ. St. John's, Nfld Lines: 16 < To Eat, or not to Eat? That is the question... > > 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; } > --- The problem is that the /* between the v and the w starts a comment... John Rochester {allegra,ihnp4,philabs,utcsrgv}!garfield!john9