with Parsetables;
use Parsetables;
with Parse_Tab_Types;
with Parse_Tab_6a;
with Parse_Tab_6b;
with Parse_Tab_6c;
with Parse_Tab_6d;
package Parse_Tab_6 is
    type Act_Tab_Type is
       array (Parse_Tab_Types.Actiontabletworange range <>) of Gc.Parserinteger;
    Actiontabletwo : constant Act_Tab_Type :=
       Act_Tab_Type (Parse_Tab_6a.Act_Tab) &
          Act_Tab_Type (Parse_Tab_6b.Act_Tab) &
          Act_Tab_Type (Parse_Tab_6c.Act_Tab) &
          Act_Tab_Type (Parse_Tab_6d.Act_Tab);
    --| Hash values to check against to verify that
    --| correct action has been found for this
    --| parser state and input token.
    -- NYU Reference Name: ACTION_TABLE2

end Parse_Tab_6;