LCLint 2.2 --- 25 Aug 96

switch.c: (in function decide)
<A HREF="switch.c.html#line11" target="source">switch.c:11,10</A>: Fall through case (no preceeding
                   break)
  Execution falls through from the previous case.
  (-casebreak will suppress message)
<A HREF="switch.c.html#line14" target="source">switch.c:14,6</A>: Missing case in switch: DEFINITELY
  Not all values in an enumeration are present as
  cases in the switch. (-misscase will suppress
  message)

Finished LCLint checking --- 2 code errors found
