2db7675cc2
(also now clearer in ``cvs log'' that we are at version 2.5.4)
10 lines
202 B
C
10 lines
202 B
C
/* libyywrap - flex run-time support library "yywrap" function */
|
|
|
|
/* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $
|
|
* $FreeBSD$ */
|
|
|
|
int yywrap()
|
|
{
|
|
return 1;
|
|
}
|