Ignore:
Timestamp:
Oct 19, 2010, 11:22:55 AM (14 years ago)
Author:
george
Message:
  • Modified: Pascal parser code moved to separate unit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Transpascal.lpr

    r66 r70  
    1515{$R *.res}
    1616
     17const
     18  HeapTraceLog = 'heaptrclog.trc';
    1719begin
    1820  // Heap trace
    19   DeleteFile(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');
    20   SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + 'heaptrclog.trc');
     21  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
     22  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2123
    2224  Application.Initialize;
Note: See TracChangeset for help on using the changeset viewer.