aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/generic.new/yywrap.c
blob: 627dff081e362c46e2b2387b436e7211c7be39f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
 */

/* YYWRAP -- Called by lex when end of file is seen.
 */
int
yywrap()
{
    return (1);
}