We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb71f7d commit fc8c0a9Copy full SHA for fc8c0a9
tools/perf/util/expr.y
@@ -12,7 +12,8 @@
12
#define MAXIDLEN 256
13
%}
14
15
-%pure-parser
+%define api.pure full
16
+
17
%parse-param { double *final_val }
18
%parse-param { struct parse_ctx *ctx }
19
%parse-param { const char **pp }
tools/perf/util/parse-events.y
@@ -1,4 +1,4 @@
1
2
%parse-param {void *_parse_state}
3
%parse-param {void *scanner}
4
%lex-param {void* scanner}
0 commit comments