--- ray/src/gen/gencat.c 1993/08/02 14:23:02 2.2 +++ ray/src/gen/gencat.c 2003/02/22 02:07:23 2.3 @@ -1,9 +1,6 @@ -/* Copyright (c) 1993 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: gencat.c,v 2.3 2003/02/22 02:07:23 greg Exp $"; #endif - /***************************************************************************** This program is to make series of right triangles forming hyperbolic cosin (ie, cosh) curve in between of 2 points. @@ -28,11 +25,8 @@ static char SCCSid[] = "$SunId$ LBL"; ******************************************************************************/ #include +#include #include - -#ifdef DCL_ATOF -extern double atof(); -#endif char *cmtype, *cname; double z0, z1;