opnsense-ports/devel/doxygen/files/patch-src_constexp.y
Franco Fichtner 18b89062f9 devel/doxygen: sync with upstream
Taken from: FreeBSD
2021-12-20 12:40:15 +01:00

11 lines
299 B
Text

--- src/constexp.y.orig 2021-05-12 18:53:13 UTC
+++ src/constexp.y
@@ -32,7 +32,7 @@ int constexpYYerror(yyscan_t yyscanner, const char *s)
%}
-%name-prefix "constexpYY"
+%define api.prefix {constexpYY}
%define api.pure full
%lex-param {yyscan_t yyscanner}
%parse-param {yyscan_t yyscanner}