Ignore:
Timestamp:
Oct 20, 2010, 1:57:17 PM (14 years ago)
Author:
george
Message:
  • Minor fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Compiler/Analyze/UParser.pas

    r73 r74  
    8585begin
    8686  if NextToken <> Code then begin
    87     ErrorMessage(SExpectedButFound, [Code, FNextToken], -1);
     87    ErrorMessage(SExpectedButFound, [Code, NextToken], 0);
    8888
    8989    // Recovery: try to find nearest same code
Note: See TracChangeset for help on using the changeset viewer.