Fix CTF parser hang with bison 3.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Aug 2013 15:15:27 +0000 (11:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 16:56:03 +0000 (11:56 -0500)
commit0948291e62ca386ee28f233c651eafb815852756
tree240b551f925cc193a0d22f232f6607b7894f41e7
parentf00d3ad451bf33d4e1bd90e47df50ab77e3b9490
Fix CTF parser hang with bison 3.0

Replace deprecated YYLEX_PARAM with %lex-param

See http://article.gmane.org/gmane.org.fsf.announce/2006 for details.

Tested with bison 2.5 and bison 3.0.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/metadata/ctf-ast.h
formats/ctf/metadata/ctf-parser.y
This page took 0.023996 seconds and 4 git commands to generate.