From 85c675d0d09a45a135bddd15d7b385f8758c32fb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 19:35:05 +0200 Subject: Adding upstream version 6.7.7. Signed-off-by: Daniel Baumann --- tools/perf/util/expr.y | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/perf/util/expr.y') diff --git a/tools/perf/util/expr.y b/tools/perf/util/expr.y index 6c93b358cc..e364790bab 100644 --- a/tools/perf/util/expr.y +++ b/tools/perf/util/expr.y @@ -1,6 +1,8 @@ /* Simple expression parser */ %{ +#ifndef NDEBUG #define YYDEBUG 1 +#endif #include #include #include -- cgit v1.2.3