blob: b80f7c177c862f7606f4902eba8031970e5d8c59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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}
|