K 10 svn:author V 2 ed K 8 svn:date V 27 2013-04-09T16:16:34.780235Z K 7 svn:log V 280 Add static/const keywords to the arrays. This theoretically allows a compiler to optimize (parts of) the array away if unused. While there, make the array size implicit and use a _Static_assert() to ensure that the definition matches up with the number of elements in the list. END