--- ray/src/common/lookup.c 2004/05/25 22:04:13 2.15 +++ ray/src/common/lookup.c 2010/05/01 21:49:42 2.17 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: lookup.c,v 2.15 2004/05/25 22:04:13 greg Exp $"; +static const char RCSid[] = "$Id: lookup.c,v 2.17 2010/05/01 21:49:42 greg Exp $"; #endif /* * Table lookup routines @@ -7,6 +7,7 @@ static const char RCSid[] = "$Id: lookup.c,v 2.15 2004 #include #include +#include #include "lookup.h" @@ -166,7 +167,7 @@ lu_delete( /* delete a table entry */ extern int lu_doall( /* loop through all valid table entries */ register const LUTAB *tbl, - //int (*f)(const LUENT *) + /* int (*f)(const LUENT *) */ lut_doallf_t *f, void *p )