From a33e988df6b5dad7ff62fb1c632699ea43afd718 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 9 Nov 2008 14:15:36 +0000 Subject: [PATCH] regen --- gram.c | 4 +++- toke.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gram.c b/gram.c index 221a50b12..5bc13f5b9 100644 --- a/gram.c +++ b/gram.c @@ -6,6 +6,8 @@ static char yyrcsid[] #endif /* __GNUC__ >= 2 */ = "$OpenBSD: skeleton.c,v 1.29 2008/07/08 15:06:50 otto Exp $"; #endif +#include +#include #define YYBYACC 1 #define YYMAJOR 1 #define YYMINOR 9 @@ -17,7 +19,7 @@ static char yyrcsid[] #define YYPREFIX "yy" #line 2 "gram.y" /* - * Copyright (c) 1996, 1998-2005, 2007 + * Copyright (c) 1996, 1998-2005, 2007-2008 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/toke.c b/toke.c index 21e2a5ccc..fa2977164 100644 --- a/toke.c +++ b/toke.c @@ -1311,7 +1311,7 @@ char *yytext; #define INITIAL 0 #line 2 "toke.l" /* - * Copyright (c) 1996, 1998-2005, 2007 + * Copyright (c) 1996, 1998-2005, 2007-2008 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any -- 2.40.0