summaryrefslogtreecommitdiffstats
path: root/Python/getcompiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/getcompiler.c')
-rw-r--r--Python/getcompiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcompiler.c b/Python/getcompiler.c
index 9ceb738..fc19e4c 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -31,7 +31,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#endif /* !COMPILER */
const char *
-Py_GetCompiler()
+Py_GetCompiler(void)
{
return COMPILER;
}