From 8fb26ede517491ccb3f1076ee592e8d255549688 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 19 Jul 1997 19:48:41 +0000 Subject: Make it return a _const_ char*. --- Python/getcompiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/getcompiler.c') 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; -- cgit v1.2.1