1 /* --------------- BEGIN include file ge_token_types.incl.pl1 --------------- */
2 
3 dcl (Illegal initial (-2),
4      Undefined initial (-1),
5      Name initial (1),
6      Break initial (2),
7      Number initial (3)) fixed bin static;
8 
9 /* ---------------- END include file ge_token_types.incl.pl1 ---------------- */