--- ray/src/ot/o_face.c 2004/03/27 12:41:45 2.4 +++ ray/src/ot/o_face.c 2004/03/30 16:13:00 2.5 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: o_face.c,v 2.4 2004/03/27 12:41:45 schorsch Exp $"; +static const char RCSid[] = "$Id: o_face.c,v 2.5 2004/03/30 16:13:00 schorsch Exp $"; #endif /* * o_face.c - routines for creating octrees for polygonal faces. @@ -37,9 +37,8 @@ static const char RCSid[] = "$Id: o_face.c,v 2.4 2004/ * 5) If test 4 fails, we have no intersection. */ -/* XXX this is extern, but not declared in any header file yet */ int -o_face( /* determine if face intersects cube */ +o_face( /* determine if face intersects cube */ OBJREC *o, CUBE *cu )