Deleted Added
full compact
1c1
< /* $KAME$ */
---
> /* $KAME: lexer.l,v 1.7 2000/11/08 02:40:53 itojun Exp $ */
31c31
< * $FreeBSD: head/usr.sbin/rrenumd/lexer.l 62638 2000-07-05 11:12:53Z kris $
---
> * $FreeBSD: head/usr.sbin/rrenumd/lexer.l 78064 2001-06-11 12:39:29Z ume $
34a35,36
> #define YY_NO_UNPUT
>
37a40
> #include <sys/queue.h>
57a61,64
>
> int parse __P((FILE **));
> void yyerror __P((const char *));
> int yylex __P((void));
250a258,259
> extern int yyparse __P((void));
>
253c262
< if(yyparse())
---
> if (yyparse())