Ignore:
Timestamp:
Oct 31, 2010, 9:40:18 PM (14 years ago)
Author:
george
Message:
  • Modified: TObjectList replaced by generics templates.
File:
1 edited

Legend:

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

    r80 r83  
    360360        // Update cursor position
    361361        Inc(CodePosition.X);
    362         if (CurrentChar = #13) then begin
     362        if (CurrentChar = LineEnding) then begin
    363363          CodePosition.X := 0;
    364364          Inc(CodePosition.Y);
Note: See TracChangeset for help on using the changeset viewer.