Переглянути джерело

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

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

peter 20 роки тому
батько
коміт
5697bfdff6
3 змінених файлів з 3 додано та 0 видалено
  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
 end.
 {$else NODEBUG}
+interface
 uses
 {$ifdef win32}
   Windows,

+ 1 - 0
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.

+ 1 - 0
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.