Commit 921fa859 authored by Neal Norwitz's avatar Neal Norwitz

use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py...

use PyAPI_FUNC instead of DL_IMPORT.  are we going to deprecate the old non-Py PREFIXED macros, etc?
parent 62c2fac9
......@@ -4,8 +4,8 @@
extern "C" {
#endif
extern DL_IMPORT(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags,
const char *);
PyAPI_FUNC(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags,
const char *);
#ifdef __cplusplus
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment