yacc rule change.

This commit is contained in:
Poul-Henning Kamp 1996-05-30 22:54:10 +00:00
parent fb808b4cb8
commit 96b2fceaff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16018
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ SRCS = debug.c bindings.c parser.y lex.l forms.c objects.c ncurses.c
CFLAGS += -I. -I${.CURDIR} -DHASH_STATS #-g -DDEBUG -Wall -ansi -pedantic -Dlint
LDFLAGS += -ll
CLEANFILES+= lex.c parser.c y.tab.h
CLEANFILES+= lex.c parser.c parser.tab.h
beforeinstall:
@(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \

View File

@ -36,7 +36,7 @@
#include <string.h>
#include <unistd.h>
#include "y.tab.h"
#include "parser.tab.h"
extern int lineno;
extern int charno;
extern int off;