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:
Markus Mäkelä 2017-03-02 20:15:29 +02:00
parent 76e56a2688
commit 09ef292283

View File

@ -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}