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