--- ray/src/common/wputs.c 1998/06/03 12:11:45 3.2 +++ ray/src/common/wputs.c 2003/06/07 12:50:21 3.5 @@ -1,15 +1,17 @@ -/* Copyright (c) 1997 Silicon Graphics, Inc. */ - #ifndef lint -static char SCCSid[] = "$SunId$ SGI"; +static const char RCSid[] = "$Id: wputs.c,v 3.5 2003/06/07 12:50:21 schorsch Exp $"; #endif - /* * Default warning output function. */ +#include "copyright.h" + +#include "standard.h" + int nowarn = 0; /* don't print warnings? */ +void wputs(s) char *s; {