Variable Token.line

struct Token
{
  // ...
  ushort line;
  // ...
}