emp: fix warning on deprecated bison directive

emp_ematch.y:12.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated]
 %name-prefix="ematch_"
 ^^^^^^^^^^^^^
This commit is contained in:
Stephen Hemminger 2014-10-09 08:31:10 -07:00
parent 561e650eff
commit edd3979272
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
%locations
%token-table
%error-verbose
%name-prefix="ematch_"
%name-prefix "ematch_"
%union {
unsigned int i;