Nf-From: acf4!lwe3207 Apr 21 11:49:00 1984 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; } ---