Changeset 52 for branches/DelphiToC/Produce/UProducerPascal.pas
- Timestamp:
- Aug 10, 2010, 7:57:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Produce/UProducerPascal.pas
r51 r52 7 7 uses 8 8 SysUtils, Variants, Classes, Graphics, Controls, Forms, 9 Dialogs, USourceCode, U CodeProducer, StrUtils;9 Dialogs, USourceCode, UProducer, StrUtils; 10 10 11 11 type … … 13 13 { TProducerPascal } 14 14 15 TProducerPascal = class(T CodeProducer)15 TProducerPascal = class(TProducer) 16 16 private 17 17 procedure Emit(Text: string; NewLine: Boolean = True);
Note:
See TracChangeset
for help on using the changeset viewer.