/* this immediately precedes the sccsID declaration, so that if we later grep
	msdos binaries for @(#) to check they hold the right contents, 
	we do not get a trail of muck preceeding  the @(#) component,
	With MSC V4, muck trail only occured if last string within a procedure
	did not terminate with a \n, (or if no strings in procedures existed) */
char	grep_dummy[] = "\n" ;
