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 6a2bad9 commit c8d2af7Copy full SHA for c8d2af7
extensions/include/extensions-export.h
@@ -24,14 +24,14 @@
24
# else
25
# ifndef CMARK_GFM_EXTENSIONS_EXPORT
26
# ifdef libcmark_gfm_extensions_EXPORTS
27
-# define CMARK_GFM_EXTENSIONS_EXPORT __attribute__((visibility("default")))
+# define CMARK_GFM_EXTENSIONS_EXPORT __attribute__((__visibility__("default")))
28
29
30
# endif
31
32
33
# ifndef CMARK_GFM_EXTENSIONS_NO_EXPORT
34
-# define CMARK_GFM_EXTENSIONS_NO_EXPORT __attribute__((visibility("hidden")))
+# define CMARK_GFM_EXTENSIONS_NO_EXPORT __attribute__((__visibility__("hidden")))
35
36
37
#endif
0 commit comments