mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* patch from Sebastian Guenther applied: TMethod implementation
This commit is contained in:
parent
2d925677e5
commit
1ca3cc1b93
@ -50,6 +50,11 @@ type
|
||||
lo,hi : byte;
|
||||
end;
|
||||
|
||||
TMethod = packed record
|
||||
Code, Data: Pointer;
|
||||
end;
|
||||
|
||||
|
||||
{ exceptions }
|
||||
exception = class(TObject)
|
||||
private
|
||||
@ -351,7 +356,10 @@ Finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.31 1999-08-28 14:53:27 florian
|
||||
Revision 1.32 1999-09-15 20:26:30 florian
|
||||
* patch from Sebastian Guenther applied: TMethod implementation
|
||||
|
||||
Revision 1.31 1999/08/28 14:53:27 florian
|
||||
* bug 471 fixed: run time error 2 is now converted into a file not
|
||||
found exception
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user