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, 16 Aug 2013 15:15:27 +0000 (11:15 -0400)
commitcf7be03d22e71d300824ea0afa58bfce87f3e259
treeb57f2806b026008347297fa486442f20edeeaabf
parent74cbc033ace9e6a9ae2628af43c8c237fa66928f
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.024503 seconds and 4 git commands to generate.