"missing endif": Huh?Who?What?

lwe3207 at acf4.UUCP lwe3207 at acf4.UUCP
Thu Apr 12 02:50:00 AEST 1984


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;		}
---



More information about the Comp.lang.c mailing list