Ignore:
Timestamp:
Oct 20, 2010, 11:16:02 AM (14 years ago)
Author:
george
Message:
  • Fixed: Searching variable types in other modules.
File:
1 edited

Legend:

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

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