K 10 svn:author V 5 joerg K 8 svn:date V 27 2002-01-26T15:47:24.000000Z K 7 svn:log V 252 Avoid pointless initialization of global variables to 0. This only bloats the resulting binary file by forcing them out of .bss into .data, while the C standard already guarantees them to become initialized to 0 at program startup. MFC after: 1 week END