| commit | 129819de71d66ab16bb786256589d7d5b0861fc6 | [log] [tgz] |
|---|---|---|
| author | Nuno Lopes <nunoplopes@sapo.pt> | Wed Dec 23 17:48:10 2009 +0000 |
| committer | Nuno Lopes <nunoplopes@sapo.pt> | Wed Dec 23 17:48:10 2009 +0000 |
| tree | 146c7b8567794eac644741928950732480066b20 | |
| parent | 53982d577d6a22a7aa2c969d6c98495689a00fca [diff] [blame] |
move a few more symbols to .rodata llvm-svn: 92011
diff --git a/llvm/lib/System/Unix/Process.inc b/llvm/lib/System/Unix/Process.inc index 911b8c3..cf6a47a 100644 --- a/llvm/lib/System/Unix/Process.inc +++ b/llvm/lib/System/Unix/Process.inc
@@ -277,7 +277,7 @@ 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;") } };