K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-11-17T02:43:29.000000Z K 7 svn:log V 223 In C, variable declarations are illegal except at the beginning of a block, even if newer GCC lets you get away with it. Case labels do not begin a block, so I added a block around the code that requires the new variable. END