mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
* importprocedure fix by Armin Diehl
This commit is contained in:
parent
3e26fef459
commit
1d3e33cd0f
@ -134,6 +134,7 @@ begin
|
||||
{ do nothing with the procedure, only set the mangledname }
|
||||
if name<>'' then
|
||||
aktprocdef.setmangledname(name)
|
||||
aktprocdef.has_mangledname:=true;
|
||||
else
|
||||
message(parser_e_empty_import_name);
|
||||
end;
|
||||
@ -538,7 +539,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.12 2001-11-02 22:58:12 peter
|
||||
Revision 1.13 2002-03-03 13:00:39 hajny
|
||||
* importprocedure fix by Armin Diehl
|
||||
|
||||
Revision 1.12 2001/11/02 22:58:12 peter
|
||||
* procsym definition rewrite
|
||||
|
||||
Revision 1.11 2001/09/18 11:32:00 michael
|
||||
|
Loading…
Reference in New Issue
Block a user