--- ray/src/gen/genbranch.c 1993/08/02 14:23:00 2.4 +++ ray/src/gen/genbranch.c 2003/02/22 02:07:23 2.5 @@ -1,9 +1,6 @@ -/* Copyright (c) 1989 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: genbranch.c,v 2.5 2003/02/22 02:07:23 greg Exp $"; #endif - /* * genbranch.c - program to generate 3D Christmas tree branches. * @@ -12,6 +9,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include + #include #include "random.h" @@ -31,10 +30,6 @@ int nshoots = 7; /* number of offshoots */ int rdepth = 3; /* recursion depth */ double var = 0.3; /* variability */ - -#ifdef DCL_ATOF -extern double atof(); -#endif main(argc, argv)