Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/byacc/bin bump table to the max value allowed



details:   https://anonhg.NetBSD.org/src/rev/bc5642460da3
branches:  trunk
changeset: 807522:bc5642460da3
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 13 17:15:39 2015 +0000

description:
bump table to the max value allowed

diffstat:

 external/bsd/byacc/bin/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fb6d371e7d1b -r bc5642460da3 external/bsd/byacc/bin/Makefile
--- a/external/bsd/byacc/bin/Makefile   Mon Apr 13 16:51:40 2015 +0000
+++ b/external/bsd/byacc/bin/Makefile   Mon Apr 13 17:15:39 2015 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index