From ec9d8b00470b2ddabef4e1b58b4f60d69995d8ce Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 23 Dec 2009 17:48:10 +0000 Subject: move a few more symbols to .rodata git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92011 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Unix/Process.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/System/Unix') diff --git a/lib/System/Unix/Process.inc b/lib/System/Unix/Process.inc index 911b8c3258..cf6a47a31c 100644 --- a/lib/System/Unix/Process.inc +++ b/lib/System/Unix/Process.inc @@ -277,7 +277,7 @@ bool Process::ColorNeedsFlush() { COLOR(FGBG, "7", BOLD)\ } -static const char* colorcodes[2][2][8] = { +static const char colorcodes[2][2][8][10] = { { ALLCOLORS("3",""), ALLCOLORS("3","1;") }, { ALLCOLORS("4",""), ALLCOLORS("4","1;") } }; -- cgit v1.2.3-70-g09d2