Exemplo n.º 1
0
 void SynErr(int n)
 {
     if (errDist >= minErrDist)
     {
         errors.SynErr(la.line, la.col, n);
     }
     errDist = 0;
 }