mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:49:15 +02:00
* fixed crash when trying to use an overloaded operator which is nowhere
defined
This commit is contained in:
parent
3974b23c97
commit
359f502adc
@ -351,6 +351,8 @@ implementation
|
|||||||
begin
|
begin
|
||||||
CGMessage(parser_e_operator_not_overloaded);
|
CGMessage(parser_e_operator_not_overloaded);
|
||||||
ht.free;
|
ht.free;
|
||||||
|
{ the original t t will be released by firstpass! (JM) }
|
||||||
|
t := t.getcopy;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
@ -898,7 +900,11 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.17 2000-11-28 14:04:03 jonas
|
Revision 1.18 2000-11-28 17:14:33 jonas
|
||||||
|
* fixed crash when trying to use an overloaded operator which is nowhere
|
||||||
|
defined
|
||||||
|
|
||||||
|
Revision 1.17 2000/11/28 14:04:03 jonas
|
||||||
* fixed operator overloading problems
|
* fixed operator overloading problems
|
||||||
|
|
||||||
Revision 1.16 2000/11/13 11:30:54 florian
|
Revision 1.16 2000/11/13 11:30:54 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user