+ Added header and mode switch

This commit is contained in:
michael 2001-11-05 21:07:08 +00:00
parent 68c994264b
commit b68405e5e6

View File

@ -1,3 +1,19 @@
{
$Id$
This file is part of the Free Component Library (FCL)
Copyright (c) 1999-2000 by the Free Pascal development team
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{$mode objfpc}
{$h+}
unit process;
interface
@ -889,3 +905,9 @@ begin
end;
end.
{
$Log$
Revision 1.4 2001-11-05 21:07:08 michael
+ Added header and mode switch
}