Ignore:
Timestamp:
Nov 4, 2010, 12:19:14 PM (13 years ago)
Author:
george
Message:
  • Modified: More parsing procedures transformed to functions.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      lib
  • trunk/Compiler

    • Property svn:ignore set to
      lib
  • trunk/Compiler/Analyze/UParser.pas

    r2 r3  
    360360        // Update cursor position
    361361        Inc(CodePosition.X);
    362         if (CurrentChar = LineEnding) then begin
     362        if (CurrentChar = LineEnding[1]) then begin
    363363          CodePosition.X := 0;
    364364          Inc(CodePosition.Y);
Note: See TracChangeset for help on using the changeset viewer.