K 10 svn:author V 7 delphij K 8 svn:date V 27 2009-12-14T16:54:39.122017Z K 7 svn:log V 390 Style improvements: - Sort function prototypes; - Apply static on all function bodies. To quote bde@: > It is a good obfuscation to declare functions as static only in the > prototype, so that you can't see the static for the actual function. > The reverse obfuscation (with static only in the function definition) > would make more sense, but is a constraint error. Reviewed by: bde END