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:54:30 +0000 (16:54 -0400)
commit392608a16520d50503e45d88bff7c4587459afa1
treeda3fbccb94173fc298230d66bf0b9f57fa0f46c2
parentc7caf3f180eccda67e80d8726c301eb590b73b68
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.024771 seconds and 4 git commands to generate.