Ignore:
Timestamp:
Jul 17, 2012, 6:44:54 AM (12 years ago)
Author:
chronos
Message:
  • Modified: Compiler will accept source code not only from files but it can be feed by in-memory content.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/UProducer.pas

    r49 r59  
    1010type
    1111
    12   TWriteTargetEvent = function (Name: string; Code: string): Boolean of object;
     12  TWriteTargetEvent = function (Name: string; const Code: string): Boolean of object;
    1313
    1414  { TProducer }
Note: See TracChangeset for help on using the changeset viewer.