Update cl-loop-parser grammar file for bison 3.x
authorSteve Youngs <steve@sxemacs.org>
Sat, 13 Jun 2015 01:35:00 +0000 (11:35 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sat, 13 Jun 2015 01:35:00 +0000 (11:35 +1000)
commit1d6df596fd2a9f316a7b1abaa59a1e390d6db1d1
treed97fb548491e39100226729747b738fa5c03184d
parent171d5ad3a3a9006d4c03acc2136a0a95047d46e9
Update cl-loop-parser grammar file for bison 3.x

This allows the cl emodule to build with bison version 3.x, and sets
the minimum required version to 2.7

* m4/sxe-bldchain-progs.m4 (SXE_PROG_BISON): Set minimum bison
version needed to v2.7.x,

* modules/cl/cl-loop-parser.y: Use api.prefix, api.pure instead of
name-prefix, pure_parser which are deprecated.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
m4/sxe-bldchain-progs.m4
modules/cl/cl-loop-parser.y