diff options
Diffstat (limited to 'Python/getcompiler.c')
-rw-r--r-- | Python/getcompiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcompiler.c b/Python/getcompiler.c index 57240eb592..93329905a0 100644 --- a/Python/getcompiler.c +++ b/Python/getcompiler.c @@ -51,7 +51,7 @@ PERFORMANCE OF THIS SOFTWARE. #endif /* !COMPILER */ -char * +const char * Py_GetCompiler() { return COMPILER; |