mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
yacc rules change.
This commit is contained in:
parent
82931d49f9
commit
ff8830e331
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue