From: Benjamin Peterson Date: Thu, 31 Oct 2013 05:20:58 +0000 (-0400) Subject: make string literal const X-Git-Tag: v3.4.0b1~459^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f69dcac166abc21dc762e07fdf6a338520ee2e6;p=python make string literal const --- diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 2d26787dfb..2b19622d43 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -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\