--- ray/src/common/wordfile.c 1993/06/18 09:00:22 2.7 +++ ray/src/common/wordfile.c 2003/02/25 02:47:22 2.9 @@ -1,13 +1,14 @@ -/* Copyright (c) 1992 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: wordfile.c,v 2.9 2003/02/25 02:47:22 greg Exp $"; #endif - /* * Load whitespace separated words from a file into an array. * Assume the passed pointer array is big enough to hold them all. + * + * External symbols declared in standard.h */ + +#include "copyright.h" #include