From 5697bfdff61ccfe7d54994e7f6d4b4a609ce58a0 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 23 May 2005 21:13:45 +0000 Subject: [PATCH] Merged revisions 53,55,57-58 via svnmerge from /trunk git-svn-id: branches/fixes_2_0@82 - --- ide/fpregs.pas | 1 + rtl/bsd/sysctl.pp | 1 + rtl/darwin/console.pp | 1 + 3 files changed, 3 insertions(+) diff --git a/ide/fpregs.pas b/ide/fpregs.pas index b32c4de22b..4b37708a2b 100644 --- a/ide/fpregs.pas +++ b/ide/fpregs.pas @@ -18,6 +18,7 @@ interface implementation end. {$else NODEBUG} +interface uses {$ifdef win32} Windows, diff --git a/rtl/bsd/sysctl.pp b/rtl/bsd/sysctl.pp index a3d916061c..dce63aac8a 100644 --- a/rtl/bsd/sysctl.pp +++ b/rtl/bsd/sysctl.pp @@ -1,5 +1,6 @@ Unit sysctl; +{ This file is part of the Free Pascal run time library. (c) 2002 by Marco van de Voort member of the Free Pascal development team. diff --git a/rtl/darwin/console.pp b/rtl/darwin/console.pp index 375209f268..12d6206196 100644 --- a/rtl/darwin/console.pp +++ b/rtl/darwin/console.pp @@ -1,3 +1,4 @@ +{ This file is part of the Free Pascal run time library. (c) 2000 by Marco van de Voort member of the Free Pascal development team.