Ignore:
Timestamp:
Oct 19, 2010, 1:11:59 PM (14 years ago)
Author:
george
Message:
  • Minor modifications.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Compiler/UCompiler.pas

    r70 r71  
    6666    Parser.SourceCodeText := Source;
    6767    Parser.Init;
     68    //ShowMessage(IntToHex(Integer(Addr(Parser.OnGetSource)), 8));
    6869    NewModule := Parser.ParseModule(ProgramCode);
    6970    ProgramCode.Modules.Add(NewModule);
Note: See TracChangeset for help on using the changeset viewer.