diff options
author | phk <phk@FreeBSD.org> | 1996-06-02 17:22:01 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-06-02 17:22:01 +0000 |
commit | b5bea7dc4e3284c0692212c90e474538860e40d4 (patch) | |
tree | bd4b8eeaafb32744de0d97b55353c7fc8bab28a0 /usr.bin/xlint/lint1/tree.c | |
parent | 3b816e03a0ab1f42e628a571dd51ebe8fc8cdc6d (diff) | |
download | FreeBSD-src-b5bea7dc4e3284c0692212c90e474538860e40d4.zip FreeBSD-src-b5bea7dc4e3284c0692212c90e474538860e40d4.tar.gz |
Backout yacc changes.
Diffstat (limited to 'usr.bin/xlint/lint1/tree.c')
-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 0fbf162..36dda83 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 "cgram.tab.h" +#include "y.tab.h" /* Various flags for each operator. */ static mod_t modtab[NOPS]; |