--- ray/src/gen/genmarble.c 1993/08/02 14:23:03 2.4 +++ ray/src/gen/genmarble.c 2003/02/22 02:07:23 2.5 @@ -1,9 +1,6 @@ -/* Copyright (c) 1986 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: genmarble.c,v 2.5 2003/02/22 02:07:23 greg Exp $"; #endif - /* * genmarble.c - generate a marble with bubbles inside. * @@ -12,6 +9,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include + #include #include "random.h" @@ -21,10 +20,6 @@ static char SCCSid[] = "$SunId$ LBL"; typedef double FVECT[3]; double bubble(); /* pretty cute, huh? */ - -#ifdef DCL_ATOF -extern double atof(); -#endif main(argc, argv)