Changeset 74 for branches/Transpascal/Compiler/Analyze/UParser.pas
- Timestamp:
- Oct 20, 2010, 1:57:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/Analyze/UParser.pas
r73 r74 85 85 begin 86 86 if NextToken <> Code then begin 87 ErrorMessage(SExpectedButFound, [Code, FNextToken], -1);87 ErrorMessage(SExpectedButFound, [Code, NextToken], 0); 88 88 89 89 // Recovery: try to find nearest same code
Note:
See TracChangeset
for help on using the changeset viewer.