--- ray/src/util/ranimove.c 2004/03/26 21:36:20 3.10 +++ ray/src/util/ranimove.c 2004/09/28 17:54:19 3.12 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id"; +static const char RCSid[] = "$Id: ranimove.c,v 3.12 2004/09/28 17:54:19 greg Exp $"; #endif /* * Radiance object animation program @@ -168,8 +168,9 @@ userr: void -eputs(s) /* put string to stderr */ -register char *s; +eputs( /* put string to stderr */ + register char *s +) { static int midline = 0;