Commit edd39792 authored by Stephen Hemminger's avatar Stephen Hemminger

emp: fix warning on deprecated bison directive

emp_ematch.y:12.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated]
 %name-prefix="ematch_"
 ^^^^^^^^^^^^^
parent 561e650e
......@@ -9,7 +9,7 @@
%locations
%token-table
%error-verbose
%name-prefix="ematch_"
%name-prefix "ematch_"
%union {
unsigned int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment