Module Name:    src
Committed By:   christos
Date:           Mon Apr 13 17:15:39 UTC 2015

Modified Files:
        src/external/bsd/byacc/bin: Makefile

Log Message:
bump table to the max value allowed


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/byacc/bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/byacc/bin/Makefile
diff -u src/external/bsd/byacc/bin/Makefile:1.4 src/external/bsd/byacc/bin/Makefile:1.5
--- src/external/bsd/byacc/bin/Makefile:1.4	Sat Jan  3 18:22:52 2015
+++ src/external/bsd/byacc/bin/Makefile	Mon Apr 13 13:15:39 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2015/01/03 23:22:52 christos Exp $
+#	$NetBSD: Makefile,v 1.5 2015/04/13 17:15:39 christos Exp $
 
 .include "bsd.own.mk"
 
@@ -6,6 +6,7 @@ PROG=	yacc
 SRCS=	closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
 	symtab.c verbose.c warshall.c graph.c mstring.c btyaccpar.c
 
+CPPFLAGS+=	-DMAXTABLE=INT_MAX
 CPPFLAGS+=	-DGCC_NORETURN=__dead
 
 COPTS.output.c += -Wno-format-nonliteral

Reply via email to