From 05058a14048071c55dfcf864726ae3d54d39d76a Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 16 Aug 2002 18:32:07 +0000 Subject: [PATCH] Use bison 1.35. Bison 1.28 produces a file that fails on AIX. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index e0285b005..5c79e9ed8 100644 --- a/HACKING +++ b/HACKING @@ -46,7 +46,7 @@ Bison and flex -------------- You may need the Gnu tools bison and flex. The standard lex and yacc -are not flexible enough. You should have bison version 1.27 or later +are not flexible enough. You should have bison version 1.35 or later and flex version 2.5.4 or later. -- GitLab