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:
@ -27,7 +27,7 @@
|
|||||||
%pure-parser
|
%pure-parser
|
||||||
|
|
||||||
/** Prefix all functions */
|
/** Prefix all functions */
|
||||||
%name-prefix="dbfw_yy"
|
%name-prefix "dbfw_yy"
|
||||||
|
|
||||||
/** The pure parser requires one extra parameter */
|
/** The pure parser requires one extra parameter */
|
||||||
%parse-param {void* scanner}
|
%parse-param {void* scanner}
|
||||||
|
Reference in New Issue
Block a user