yacc rule change.
This commit is contained in:
parent
fb808b4cb8
commit
96b2fceaff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16018
@ -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 || \
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user