* fixed notes

This commit is contained in:
peter 2000-02-07 13:42:39 +00:00
parent d69bda1c12
commit 5bd46dd404
2 changed files with 8 additions and 5 deletions

View File

@ -33,7 +33,6 @@ var
WriteAsciiData,
CompressData,
EnCodeData,
MakeUnit,
CompileUnit : Boolean;
Cryptkey : IDEAcryptKey;
InStream,
@ -264,7 +263,10 @@ end.
{
$Log$
Revision 1.2 2000-01-07 16:46:01 daniel
Revision 1.3 2000-02-07 13:42:39 peter
* fixed notes
Revision 1.2 2000/01/07 16:46:01 daniel
* copyright 2000
Revision 1.1 1999/12/08 23:11:20 michael

View File

@ -145,8 +145,6 @@ end;
type
TConversionProc = procedure;
var
InFile: Text;
OutFile: File;
i: Integer;
ConversionProc: TConversionProc;
@ -207,7 +205,10 @@ end.
{
$Log$
Revision 1.4 2000-01-07 16:46:04 daniel
Revision 1.5 2000-02-07 13:42:39 peter
* fixed notes
Revision 1.4 2000/01/07 16:46:04 daniel
* copyright 2000
Revision 1.3 1999/07/24 18:35:10 michael