Thanks to visit codestin.com Credit goes to github.com
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 62c2fac commit 921fa85Copy full SHA for 921fa85
1 file changed
Include/ast.h
@@ -4,8 +4,8 @@
4
extern "C" {
5
#endif
6
7
-extern DL_IMPORT(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags,
8
- const char *);
+PyAPI_FUNC(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags,
+ const char *);
9
10
#ifdef __cplusplus
11
}
0 commit comments