Fix filter parser segmentation fault with bison 3.0
authorZifei Tong <soariez@gmail.com>
Fri, 16 Aug 2013 20:52:21 +0000 (16:52 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Aug 2013 20:52:21 +0000 (16:52 -0400)
commit9039edd4983b46fc45dae7ed42396ef7f7e5635a
tree25004b1aa42f05adba8d1f74468983f20aa95057
parent1052de3768dcd63cd32f35f3afb5d86eea8f2554
Fix filter parser segmentation fault with bison 3.0

Replace deprecated YYLEX_PARAM with %lex-param

Tested with bison 2.4, 2.5, 2.7 and 3.0.

Signed-off-by: Zifei Tong <soariez@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lib/lttng-ctl/filter/filter-ast.h
src/lib/lttng-ctl/filter/filter-parser.y
This page took 0.025003 seconds and 4 git commands to generate.