|
@@ -1750,11 +1750,11 @@ begin
|
|
N:=El.ExportNames[i];
|
|
N:=El.ExportNames[i];
|
|
if I>0 then
|
|
if I>0 then
|
|
Write(', ');
|
|
Write(', ');
|
|
- Write(N.Name+' ');
|
|
|
|
|
|
+ Write(N.Name);
|
|
if N.Alias<>'' then
|
|
if N.Alias<>'' then
|
|
- Write('as '+N.Alias+' ');
|
|
|
|
|
|
+ Write(' as '+N.Alias);
|
|
end;
|
|
end;
|
|
- Write('}');
|
|
|
|
|
|
+ Write(' }');
|
|
if El.ModuleName<>'' then
|
|
if El.ModuleName<>'' then
|
|
Write(' from "'+El.ModuleName+'"');
|
|
Write(' from "'+El.ModuleName+'"');
|
|
end;
|
|
end;
|