#ifndef lint static char sccsid[] = "@(#)yywrap.c 1.1 94/10/31 SMI"; /* from S5R2 1.2 */ #endif yywrap() { return(1); }