yacc rule changes.

This commit is contained in:
Poul-Henning Kamp 1996-05-30 23:16:31 +00:00
parent ff8830e331
commit 829bde8e5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16023
9 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@ SRCS= config.c main.c lang.c mkioconf.c mkmakefile.c mkglue.c mkheaders.c \
MAN8= config.8
DPADD= ${LIBL}
LDADD= -ll
CLEANFILES+= config.c lang.c lex.yy.c y.tab.[ch]
CLEANFILES+= config.c lang.c config.tab.h
.if defined(CONFIG_NO_CLOBBER_EVER)
CFLAGS+=-DNO_CLOBBER_EVER
.endif

View File

@ -36,7 +36,7 @@
#include <ctype.h>
#include <string.h>
#include "y.tab.h"
#include "config.tab.h"
#include "config.h"
#define tprintf if (do_trace) printf

View File

@ -49,7 +49,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
#include <ctype.h>
#include <err.h>
#include <sysexits.h>
#include "y.tab.h"
#include "config.tab.h"
#include "config.h"
#ifndef TRUE

View File

@ -40,7 +40,7 @@ static char sccsid[] = "@(#)mkglue.c 8.1 (Berkeley) 6/6/93";
*/
#include <stdio.h>
#include "config.h"
#include "y.tab.h"
#include "config.tab.h"
#include <ctype.h>
/*

View File

@ -42,7 +42,7 @@ static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <ctype.h>
#include "config.h"
#include "y.tab.h"
#include "config.tab.h"
headers()
{

View File

@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mkioconf.c 8.2 (Berkeley) 1/21/94";
#endif /* not lint */
#include <stdio.h>
#include "y.tab.h"
#include "config.tab.h"
#include "config.h"
/*

View File

@ -43,7 +43,7 @@ static char sccsid[] = "@(#)mkmakefile.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <ctype.h>
#include "y.tab.h"
#include "config.tab.h"
#include "config.h"
#define next_word(fp, wd) \

View File

@ -43,7 +43,7 @@ static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <ctype.h>
#include "config.h"
#include "y.tab.h"
#include "config.tab.h"
options()
{

View File

@ -40,7 +40,7 @@ static char sccsid[] = "@(#)mkubglue.c 8.1 (Berkeley) 6/6/93";
*/
#include <stdio.h>
#include "config.h"
#include "y.tab.h"
#include "config.tab.h"
ubglue()
{