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 d3e69b6 commit 68269d3Copy full SHA for 68269d3
Doc/c-api/intro.rst
@@ -388,7 +388,7 @@ complete listing.
388
389
Macro used to declare a symbol (function or data) as exported.
390
On Windows, this expands to ``__declspec(dllexport)``.
391
- On other platforms with visibility support, it
+ On compatible versions of GCC/Clang, it
392
expands to ``__attribute__((visibility("default")))``.
393
This macro is for defining the C API itself; extension modules should not use it.
394
0 commit comments