mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Increase MAXTABLE to the maxmimum possible value. The default value is too
low for complex parsers. Note it was one of those memory optimization hacks back in the day. MFC after: 1 week
This commit is contained in:
parent
0e73f29ae2
commit
468bac7080
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274460
@ -10,9 +10,10 @@ PROG= yacc
|
||||
SRCS= closure.c error.c graph.c lalr.c lr0.c main.c mkpar.c mstring.c output.c \
|
||||
reader.c yaccpar.c symtab.c verbose.c warshall.c
|
||||
|
||||
CFLAGS+= -DMIXEDCASE_FILENAMES=1 \
|
||||
-DHAVE_FCNTL_H=1 \
|
||||
-DHAVE_MKSTEMP=1
|
||||
CFLAGS+= -DHAVE_FCNTL_H=1 \
|
||||
-DHAVE_MKSTEMP=1 \
|
||||
-DMAXTABLE=INT_MAX \
|
||||
-DMIXEDCASE_FILENAMES=1
|
||||
|
||||
YYPATCH!= cat ${BYACC_SRC}/VERSION
|
||||
CFLAGS+= -DYYPATCH=${YYPATCH}
|
||||
|
Loading…
Reference in New Issue
Block a user