blob: f1eac03f00a243d7bec172d270b87dca94735d5b (
plain)
1
2
3
4
5
6
7
8
9
10
|
{ Source provided for Free Pascal Bug Report 3182 }
{ Submitted by "Michalis Kamburelis" on 2004-06-22 }
{ e-mail: michalis@camelot.homedns.org }
{$Y+,L+}
unit tw3182;
interface
implementation
end.
|