]> granicus.if.org Git - graphviz/commitdiff
drop compatibility with Yacc, Bison < 3 in lib/cgraph/grammar.y
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 27 Aug 2020 00:32:14 +0000 (17:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 2 Sep 2020 00:28:01 +0000 (17:28 -0700)
This will allow us to use api.prefix with brace syntax in an upcoming commit.
Bison 3.0 was released in July 2013 [0], so this seems an acceptable base line
requirement from now on.

  [0]: http://savannah.gnu.org/forum/forum.php?forum_id=7663

lib/cgraph/grammar.y

index c089677208fe3f5a6fb8be01146dfde6f8e6f926..737b147fecabf74c50b30a0bc846bcf4dfadfda3 100644 (file)
@@ -11,6 +11,8 @@
  * Contributors: See CVS logs. Details at http://www.graphviz.org/
  *************************************************************************/
 
+%require "3.0"
+
 %{
 
 #include <stdio.h>  /* SAFE */