K 10 svn:author V 7 delphij K 8 svn:date V 27 2012-10-08T21:55:37.348967Z K 7 svn:log V 427 Add a few casts to initializer of int array when the constant is greater than 0x7fffffff, as they have exceeded the range of standard int. This makes the code to compile when -std=c++11. The resulting binary was not changed by this commit. PORTREVISION not bumped intentionally as this is a build fix. While I'm there, also convert the header to new style. PR: ports/171525 Submitted by: Michael Gmelin END