K 10 svn:author V 2 ed K 8 svn:date V 27 2010-08-16T12:19:36.285946Z K 7 svn:log V 207 Mark functions and variables as static. All these functions and variables are local to this compilation unit, so there is no reason why we shouldn't mark them static. This slightly reduces the binary size. END