From: Matthew Fernandez Date: Wed, 16 Sep 2020 01:24:23 +0000 (-0700) Subject: drop compatibility with Yacc, Bison < 3 in gml parser X-Git-Tag: 2.46.0~20^2^2~70^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7b12cfa10a38a121c1ea099beb25a835d06637e;p=graphviz drop compatibility with Yacc, Bison < 3 in gml parser Other parsers in the tree, e.g. lib/cgraph/grammar.y, already require Bison 3+, so this does not change build requirements. Related to #1806. --- diff --git a/cmd/tools/gmlparse.y b/cmd/tools/gmlparse.y index 47644d705..b3dd1b899 100644 --- a/cmd/tools/gmlparse.y +++ b/cmd/tools/gmlparse.y @@ -11,6 +11,8 @@ * Contributors: See CVS logs. Details at http://www.graphviz.org/ *************************************************************************/ +%require "3.0" + %{ #include #include