diff options
-rw-r--r-- | tc/emp_ematch.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/emp_ematch.y b/tc/emp_ematch.y index 7043a80b..bc08da20 100644 --- a/tc/emp_ematch.y +++ b/tc/emp_ematch.y @@ -9,7 +9,7 @@ %locations %token-table %error-verbose -%name-prefix="ematch_" +%name-prefix "ematch_" %union { unsigned int i; |