Update dbfwfilter build configuration
The filter now uses a more recent syntax to declare the function name prefixes. This removes a build warning.
This commit is contained in:
parent
76e56a2688
commit
09ef292283
@ -27,7 +27,7 @@
|
||||
%pure-parser
|
||||
|
||||
/** Prefix all functions */
|
||||
%name-prefix="dbfw_yy"
|
||||
%name-prefix "dbfw_yy"
|
||||
|
||||
/** The pure parser requires one extra parameter */
|
||||
%parse-param {void* scanner}
|
||||
|
Loading…
x
Reference in New Issue
Block a user