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 d4ce601 commit 1344a70Copy full SHA for 1344a70
tools/perf/util/expr.y
@@ -1,6 +1,8 @@
1
/* Simple expression parser */
2
%{
3
+#ifndef NDEBUG
4
#define YYDEBUG 1
5
+#endif
6
#include <assert.h>
7
#include <math.h>
8
#include <stdlib.h>
0 commit comments