Skip to content

Commit 9d494b4

Browse files
committed
test
1 parent ed107b4 commit 9d494b4

File tree

1 file changed

+1
-1
lines changed
  • ext/dom/lexbor/lexbor/core

1 file changed

+1
-1
lines changed

ext/dom/lexbor/lexbor/core/sbst.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C" {
1515

1616
#include "lexbor/core/base.h"
1717

18-
#if __has_attribute(nonstring) && defined(__GNUC__) && !defined(__clang__) && __GNUC__ >= 15
18+
#if defined(__has_attribute) && __has_attribute(nonstring) && defined(__GNUC__) && !defined(__clang__) && __GNUC__ >= 15
1919
# define LXB_NONSTRING __attribute__((nonstring))
2020
#else
2121
# define LXB_NONSTRING

0 commit comments

Comments
 (0)