]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
emp: fix warning on deprecated bison directive
authorStephen Hemminger <shemming@brocade.com>
Thu, 9 Oct 2014 15:31:10 +0000 (08:31 -0700)
committerStephen Hemminger <shemming@brocade.com>
Thu, 9 Oct 2014 15:31:10 +0000 (08:31 -0700)
emp_ematch.y:12.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated]
 %name-prefix="ematch_"
 ^^^^^^^^^^^^^

tc/emp_ematch.y

index 7043a80ba287865400c097a9b076d200a17bbe36..bc08da20017502fff228d92191c94aa9adf84d3b 100644 (file)
@@ -9,7 +9,7 @@
 %locations
 %token-table
 %error-verbose
-%name-prefix="ematch_"
+%name-prefix "ematch_"
 
 %union {
        unsigned int i;