summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-01 13:39:23 +0000
committerbde <bde@FreeBSD.org>1996-06-01 13:39:23 +0000
commit05a2937332277928beba216df0965442b9dc6968 (patch)
tree8e359ef4a89554de93787acc490c9e277d65858d /usr.bin/xlint
parent4629e4007160936dee2b993316b2d8bb75a94836 (diff)
downloadFreeBSD-src-05a2937332277928beba216df0965442b9dc6968.zip
FreeBSD-src-05a2937332277928beba216df0965442b9dc6968.tar.gz
Finished yacc rules changes.
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/lint1/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/tree.c b/usr.bin/xlint/lint1/tree.c
index 36dda83..0fbf162 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 <limits.h>
#include "lint1.h"
-#include "y.tab.h"
+#include "cgram.tab.h"
/* Various flags for each operator. */
static mod_t modtab[NOPS];
OpenPOWER on IntegriCloud