|
@@ -2854,6 +2854,11 @@ implementation
|
|
objname:=stringdup(upper(n));
|
|
objname:=stringdup(upper(n));
|
|
objrealname:=stringdup(n);
|
|
objrealname:=stringdup(n);
|
|
objectoptions:=[];
|
|
objectoptions:=[];
|
|
|
|
+ if assigned(current_module.namespace) then
|
|
|
|
+ begin
|
|
|
|
+ import_lib:=stringdup(current_module.namespace^);
|
|
|
|
+ replace(import_lib^,'.','/');
|
|
|
|
+ end;
|
|
end;
|
|
end;
|
|
|
|
|
|
constructor tabstractrecorddef.ppuload(dt:tdeftyp;ppufile:tcompilerppufile);
|
|
constructor tabstractrecorddef.ppuload(dt:tdeftyp;ppufile:tcompilerppufile);
|