16 lines
302 B
ObjectPascal
16 lines
302 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit econtrol_package;
|
|
|
|
interface
|
|
|
|
uses
|
|
ecLists, ecStrUtils, ecSyntAnal, ecSyntGramma, ecSysUtils, ecZRegExpr,
|
|
proc_lexer, proc_StreamComponent;
|
|
|
|
implementation
|
|
|
|
end.
|