K 10 svn:author V 5 peter K 8 svn:date V 27 2002-03-19T11:02:06.000000Z K 7 svn:log V 150 Fix a gcc-3.1+ warning. warning: deprecated use of label at end of compound statement ie: you cannot do this anymore: switch(foo) { .... default: } END