Ignore:
Timestamp:
Dec 4, 2010, 10:05:05 PM (13 years ago)
Author:
george
Message:
  • Updated: Support for newer generic library.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/Analyze/UAnalyzer.pas

    r20 r25  
    392392        // Update cursor position
    393393        Inc(CodePosition.X);
    394         if (CurrentChar = LineEnding[1]) then begin
     394        if (CurrentChar = LineEnding) then begin
    395395          CodePosition.X := 0;
    396396          Inc(CodePosition.Y);
Note: See TracChangeset for help on using the changeset viewer.