mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
* cycle fix.
This commit is contained in:
parent
d3cb19214b
commit
c1ee8eed7b
@ -143,12 +143,13 @@ begin
|
|||||||
{ insert sharedlibrary }
|
{ insert sharedlibrary }
|
||||||
current_module.linkothersharedlibs.add(SplitName(module),link_allways);
|
current_module.linkothersharedlibs.add(SplitName(module),link_allways);
|
||||||
{ do nothing with the procedure, only set the mangledname }
|
{ do nothing with the procedure, only set the mangledname }
|
||||||
if name<>'' then
|
{ if name<>'' then
|
||||||
begin
|
begin
|
||||||
aprocdef.setmangledname(name);
|
aprocdef.setmangledname(name);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
message(parser_e_empty_import_name);
|
message(parser_e_empty_import_name);
|
||||||
|
}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -627,7 +628,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.24 2004-11-08 22:09:59 peter
|
Revision 1.25 2004-11-19 14:21:44 marco
|
||||||
|
* cycle fix.
|
||||||
|
|
||||||
|
Revision 1.24 2004/11/08 22:09:59 peter
|
||||||
* tvarsym splitted
|
* tvarsym splitted
|
||||||
|
|
||||||
Revision 1.23 2004/10/25 15:38:41 peter
|
Revision 1.23 2004/10/25 15:38:41 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user