mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 11:29:17 +02:00
* fixed external <dll> name <c-name> manglednames
This commit is contained in:
parent
8327c4284d
commit
5a323a0f6e
@ -1016,6 +1016,8 @@ begin
|
||||
begin
|
||||
consume(_NAME);
|
||||
import_name:=get_stringconst;
|
||||
aktprocdef.setmangledname(import_name);
|
||||
aktprocdef.has_mangledname:=true;
|
||||
end;
|
||||
if (idtoken=_INDEX) then
|
||||
begin
|
||||
@ -2014,7 +2016,10 @@ const
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.43 2001-12-31 16:59:42 peter
|
||||
Revision 1.44 2002-01-06 21:54:07 peter
|
||||
* fixed external <dll> name <c-name> manglednames
|
||||
|
||||
Revision 1.43 2001/12/31 16:59:42 peter
|
||||
* protected/private symbols parsing fixed
|
||||
|
||||
Revision 1.42 2001/12/06 17:57:36 florian
|
||||
|
Loading…
Reference in New Issue
Block a user