mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:07:54 +02:00
12 lines
238 B
ObjectPascal
12 lines
238 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 2259 }
|
|
{ Submitted by "Sergey Kosarevsky" on 2002-12-14 }
|
|
{ e-mail: netsurfer@au.ru }
|
|
|
|
Type tObject=Object
|
|
ClassFlags:Longint;Static;
|
|
End;
|
|
|
|
Begin
|
|
tObject.ClassFlags:=255;
|
|
End.
|