-/* Decide what to do for each type of token if seen as the lookahead token in specified state.
- The value returned is used as the default action (yydefact) for the state.
- In addition, actrow is filled with what to do for each kind of token,
- index by symbol number, with zero meaning do the default action.
- The value MINSHORT, a very negative number, means this situation
- is an error. The parser recognizes this value specially.
+/* Decide what to do for each type of token if seen as the lookahead
+ token in specified state. The value returned is used as the
+ default action (yydefact) for the state. In addition, actrow is
+ filled with what to do for each kind of token, index by symbol
+ number, with zero meaning do the default action. The value
+ MINSHORT, a very negative number, means this situation is an error.
+ The parser recognizes this value specially.