mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:49:12 +02:00
* no itnernalerror for errordef.concatstabto()
This commit is contained in:
parent
8fabc59c3e
commit
c5efd5c7d5
@ -5564,7 +5564,8 @@ implementation
|
|||||||
|
|
||||||
procedure terrordef.concatstabto(asmlist : taasmoutput);
|
procedure terrordef.concatstabto(asmlist : taasmoutput);
|
||||||
begin
|
begin
|
||||||
internalerror(20021119);
|
{ No internal error needed, an normal error is already
|
||||||
|
thrown }
|
||||||
end;
|
end;
|
||||||
{$endif GDB}
|
{$endif GDB}
|
||||||
|
|
||||||
@ -5724,7 +5725,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.131 2003-03-17 16:54:41 peter
|
Revision 1.132 2003-03-18 16:25:50 peter
|
||||||
|
* no itnernalerror for errordef.concatstabto()
|
||||||
|
|
||||||
|
Revision 1.131 2003/03/17 16:54:41 peter
|
||||||
* support DefaultHandler and anonymous inheritance fixed
|
* support DefaultHandler and anonymous inheritance fixed
|
||||||
for message methods
|
for message methods
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user