--- ray/src/common/mesh.c 2004/05/25 22:04:13 2.20 +++ ray/src/common/mesh.c 2010/05/01 21:49:42 2.21 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: mesh.c,v 2.20 2004/05/25 22:04:13 greg Exp $"; +static const char RCSid[] = "$Id: mesh.c,v 2.21 2010/05/01 21:49:42 greg Exp $"; #endif /* * Mesh support routines @@ -36,7 +36,7 @@ static lut_hashf_t cvhash; static unsigned long cvhash(p) /* hash an encoded vertex */ -//MCVERT *cvp; +/* MCVERT *cvp; */ const void *p; { const MCVERT *cvp = (const MCVERT *)p; @@ -55,7 +55,7 @@ const void *p; static int cvcmp(vv1, vv2) /* compare encoded vertices */ -//register MCVERT *v1, *v2; +/* register MCVERT *v1, *v2; */ const void *vv1, *vv2; { const MCVERT *v1 = vv1, *v2 = vv2;