Changeset 83 for branches/Transpascal/Compiler/Analyze/UParser.pas
- Timestamp:
- Oct 31, 2010, 9:40:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/Analyze/UParser.pas
r80 r83 360 360 // Update cursor position 361 361 Inc(CodePosition.X); 362 if (CurrentChar = #13) then begin362 if (CurrentChar = LineEnding) then begin 363 363 CodePosition.X := 0; 364 364 Inc(CodePosition.Y);
Note:
See TracChangeset
for help on using the changeset viewer.