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