limitation of 509 characters. Instead of doing: char foo[10] = "abcdefghij"; we now do: struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" };