summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-30 23:09:11 +0000
committerphk <phk@FreeBSD.org>1996-05-30 23:09:11 +0000
commit21ec7074f0ac1b67ca66af36c41c5cdaadbd5be5 (patch)
tree86a8802a575f5600a5b0a0324f400879984cc1db /usr.bin/xlint
parentc56c9536d4192c553e803ba060e1fe6c2faa7d25 (diff)
downloadFreeBSD-src-21ec7074f0ac1b67ca66af36c41c5cdaadbd5be5.zip
FreeBSD-src-21ec7074f0ac1b67ca66af36c41c5cdaadbd5be5.tar.gz
yacc rules change.
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/lint1/Makefile2
-rw-r--r--usr.bin/xlint/lint1/func.c2
-rw-r--r--usr.bin/xlint/lint1/scan.l2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile
index d5e519a..4868019 100644
--- a/usr.bin/xlint/lint1/Makefile
+++ b/usr.bin/xlint/lint1/Makefile
@@ -9,7 +9,7 @@ DPADD+= ${LIBL}
YFLAGS= -d
CFLAGS+=-I.
LINTFLAGS=-aehpz
-CLEANFILES+=y.tab.h cgram.c scan.c
+CLEANFILES+=cgram.tab.h cgram.c scan.c
BINDIR= /usr/libexec
diff --git a/usr.bin/xlint/lint1/func.c b/usr.bin/xlint/lint1/func.c
index 5d3a172..5f6b989 100644
--- a/usr.bin/xlint/lint1/func.c
+++ b/usr.bin/xlint/lint1/func.c
@@ -39,7 +39,7 @@ static char rcsid[] = "$NetBSD: func.c,v 1.7 1995/10/02 17:31:40 jpo Exp $";
#include <string.h>
#include "lint1.h"
-#include "y.tab.h"
+#include "cgram.tab.h"
/*
* Contains a pointer to the symbol table entry of the current function
diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l
index 53f0083..3306dec 100644
--- a/usr.bin/xlint/lint1/scan.l
+++ b/usr.bin/xlint/lint1/scan.l
@@ -45,7 +45,7 @@ static char rcsid[] = "$NetBSD: scan.l,v 1.8 1995/10/23 13:38:51 jpo Exp $";
#include <err.h>
#include "lint1.h"
-#include "y.tab.h"
+#include "cgram.tab.h"
#define CHAR_MASK (~(~0 << CHAR_BIT))
OpenPOWER on IntegriCloud