Browse Source

Merged revisions 53,55,57-58 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@82 -

peter 20 years ago
parent
commit
5697bfdff6
3 changed files with 3 additions and 0 deletions
  1. 1 0
      ide/fpregs.pas
  2. 1 0
      rtl/bsd/sysctl.pp
  3. 1 0
      rtl/darwin/console.pp

+ 1 - 0
ide/fpregs.pas

@@ -18,6 +18,7 @@ interface
 implementation
 implementation
 end.
 end.
 {$else NODEBUG}
 {$else NODEBUG}
+interface
 uses
 uses
 {$ifdef win32}
 {$ifdef win32}
   Windows,
   Windows,

+ 1 - 0
rtl/bsd/sysctl.pp

@@ -1,5 +1,6 @@
 Unit sysctl;
 Unit sysctl;
 
 
+{
    This file is part of the Free Pascal run time library.
    This file is part of the Free Pascal run time library.
    (c) 2002 by Marco van de Voort
    (c) 2002 by Marco van de Voort
    member of the Free Pascal development team.
    member of the Free Pascal development team.

+ 1 - 0
rtl/darwin/console.pp

@@ -1,3 +1,4 @@
+{
    This file is part of the Free Pascal run time library.
    This file is part of the Free Pascal run time library.
    (c) 2000 by Marco van de Voort
    (c) 2000 by Marco van de Voort
    member of the Free Pascal development team.
    member of the Free Pascal development team.