mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* give correct fileposition for undefined forward procs
This commit is contained in:
parent
0538dce044
commit
fb36caedf1
@ -865,7 +865,7 @@ implementation
|
||||
if (p^.def.procsym=self) and
|
||||
(p^.def.forwarddef) then
|
||||
begin
|
||||
MessagePos1(fileinfo,sym_e_forward_not_resolved,p^.def.fullprocname);
|
||||
MessagePos1(p^.def.fileinfo,sym_e_forward_not_resolved,p^.def.fullprocname);
|
||||
{ Turn futher error messages off }
|
||||
p^.def.forwarddef:=false;
|
||||
end;
|
||||
@ -2504,7 +2504,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.69 2002-10-05 12:43:29 carl
|
||||
Revision 1.70 2002-10-13 21:33:37 peter
|
||||
* give correct fileposition for undefined forward procs
|
||||
|
||||
Revision 1.69 2002/10/05 12:43:29 carl
|
||||
* fixes for Delphi 6 compilation
|
||||
(warning : Some features do not work under Delphi)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user