Skip to content

Commit d3188d4

Browse files
committed
fix typo #if ==> #ifdef
1 parent 2a36dde commit d3188d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
#define ATTR_NOINLINE
409409
#endif
410410

411-
#if HAVE_STMT_ATTRIBUTE_SUPPRESS
411+
#ifdef HAVE_STMT_ATTRIBUTE_SUPPRESS
412412
#define ANALYZER_SUPPRESS(stmt) __attribute__((suppress)) stmt
413413
#else
414414
#define ANALYZER_SUPPRESS(stmt) stmt

0 commit comments

Comments
 (0)