From b68933975fdb2aa992ae9cbb62fe1c9b815a1d8b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 1 Jun 1996 13:39:23 +0000 Subject: [PATCH] Finished yacc rules changes. --- usr.bin/xlint/lint1/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/xlint/lint1/tree.c b/usr.bin/xlint/lint1/tree.c index 36dda834982..0fbf1626663 100644 --- a/usr.bin/xlint/lint1/tree.c +++ b/usr.bin/xlint/lint1/tree.c @@ -41,7 +41,7 @@ static char rcsid[] = "$NetBSD: tree.c,v 1.12 1995/10/02 17:37:57 jpo Exp $"; #include #include "lint1.h" -#include "y.tab.h" +#include "cgram.tab.h" /* Various flags for each operator. */ static mod_t modtab[NOPS];