mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 18:49:14 +02:00
* fixed web bug #3740
This commit is contained in:
parent
ed174f891c
commit
86765dcf57
@ -178,7 +178,8 @@ implementation
|
|||||||
{ we need the real called method }
|
{ we need the real called method }
|
||||||
do_resulttypepass(p2);
|
do_resulttypepass(p2);
|
||||||
|
|
||||||
if (p2.nodetype=calln) then
|
if (p2.nodetype=calln) and
|
||||||
|
assigned(tcallnode(p2).procdefinition) then
|
||||||
begin
|
begin
|
||||||
if is_new then
|
if is_new then
|
||||||
begin
|
begin
|
||||||
@ -754,7 +755,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.39 2005-02-14 17:13:07 peter
|
Revision 1.40 2005-03-03 19:36:42 jonas
|
||||||
|
* fixed web bug 3740
|
||||||
|
|
||||||
|
Revision 1.39 2005/02/14 17:13:07 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user