Skip to content

Commit 3226b35

Browse files
committed
test2
1 parent d2496a4 commit 3226b35

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-
#ifdef(__has_attribute)
18+
#ifdef __has_attribute
1919
# if __has_attribute(nonstring) && defined(__GNUC__) && !defined(__clang__) && __GNUC__ >= 15
2020
# define LXB_NONSTRING __attribute__((nonstring))
2121
# else

0 commit comments

Comments
 (0)