diff options
author | Bruce Evans <bde@FreeBSD.org> | 1996-06-01 13:39:23 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1996-06-01 13:39:23 +0000 |
commit | b68933975fdb2aa992ae9cbb62fe1c9b815a1d8b (patch) | |
tree | 8e359ef4a89554de93787acc490c9e277d65858d /usr.bin/xlint | |
parent | 43c915b1af858bec167621c2f16ae4ae88f5a964 (diff) |
Notes
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r-- | usr.bin/xlint/lint1/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/tree.c b/usr.bin/xlint/lint1/tree.c index 36dda83498281..0fbf162666311 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]; |