summaryrefslogtreecommitdiffstats
path: root/Python/exceptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/exceptions.c')
-rw-r--r--Python/exceptions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/exceptions.c b/Python/exceptions.c
index afb6a7b..934850a 100644
--- a/Python/exceptions.c
+++ b/Python/exceptions.c
@@ -1050,7 +1050,7 @@ static struct {
-DL_EXPORT(void)
+void
_PyExc_Init(void)
{
char *modulename = "exceptions";
@@ -1146,7 +1146,7 @@ _PyExc_Init(void)
}
-DL_EXPORT(void)
+void
_PyExc_Fini(void)
{
int i;