mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Make it return a _const_ char*.
This commit is contained in:
parent
f6ca6aa869
commit
8fb26ede51
3 changed files with 2 additions and 5 deletions
|
@ -51,7 +51,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#endif /* !COMPILER */
|
||||
|
||||
char *
|
||||
const char *
|
||||
Py_GetCompiler()
|
||||
{
|
||||
return COMPILER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue