--- ray/src/ot/init2otypes.c 1991/11/12 17:01:05 2.1 +++ ray/src/ot/init2otypes.c 2004/03/27 12:41:45 2.3 @@ -1,9 +1,6 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: init2otypes.c,v 2.3 2004/03/27 12:41:45 schorsch Exp $"; #endif - /* * Initialize ofun[] list for bounding box checker */ @@ -17,7 +14,8 @@ static char SCCSid[] = "$SunId$ LBL"; FUN ofun[NUMOTYPE] = INIT_OTYPE; -o_default() /* default action is no intersection */ +int +o_default(void) /* default action is no intersection */ { return(O_MISS); }