]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/emp_ematch.y
tc/ematch: fix deprecated yacc warning
[mirror_iproute2.git] / tc / emp_ematch.y
index 2e6cf3530ef2cd5a22a09896154cd550c2abc39c..a02e831aa7ea6f3e2af76cef685956b3498e744c 100644 (file)
@@ -8,8 +8,8 @@
 
 %locations
 %token-table
-%error-verbose
-%name-prefix "ematch_"
+%define parse.error verbose
+%define api.prefix {ematch_}
 
 %union {
        unsigned int i;