mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
make string literal const
This commit is contained in:
parent
9b83d533e2
commit
7f69dcac16
@ -2,7 +2,7 @@
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
static char cprt[] =
|
||||
static const char cprt[] =
|
||||
"\
|
||||
Copyright (c) 2001-2013 Python Software Foundation.\n\
|
||||
All Rights Reserved.\n\
|
||||
|
Loading…
Reference in New Issue
Block a user