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 d2496a4 commit 3226b35Copy full SHA for 3226b35
ext/dom/lexbor/lexbor/core/sbst.h
@@ -15,7 +15,7 @@ extern "C" {
15
16
#include "lexbor/core/base.h"
17
18
-#ifdef(__has_attribute)
+#ifdef __has_attribute
19
# if __has_attribute(nonstring) && defined(__GNUC__) && !defined(__clang__) && __GNUC__ >= 15
20
# define LXB_NONSTRING __attribute__((nonstring))
21
# else
0 commit comments