Skip to content

Commit 68269d3

Browse files
Yashp002encukou
andauthored
exports fix 4
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent d3e69b6 commit 68269d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ complete listing.
388388
389389
Macro used to declare a symbol (function or data) as exported.
390390
On Windows, this expands to ``__declspec(dllexport)``.
391-
On other platforms with visibility support, it
391+
On compatible versions of GCC/Clang, it
392392
expands to ``__attribute__((visibility("default")))``.
393393
This macro is for defining the C API itself; extension modules should not use it.
394394

0 commit comments

Comments
 (0)