Changeset 3 for trunk/Compiler/Analyze/UParser.pas
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
lib
-
Property svn:ignore
set to
-
trunk/Compiler
-
Property svn:ignore
set to
lib
-
Property svn:ignore
set to
-
trunk/Compiler/Analyze/UParser.pas
r2 r3 360 360 // Update cursor position 361 361 Inc(CodePosition.X); 362 if (CurrentChar = LineEnding ) then begin362 if (CurrentChar = LineEnding[1]) then begin 363 363 CodePosition.X := 0; 364 364 Inc(CodePosition.Y);
Note:
See TracChangeset
for help on using the changeset viewer.