瀏覽代碼

- $Log$ killed

git-svn-id: trunk@8995 -
florian 18 年之前
父節點
當前提交
ea07c6176c
共有 3 個文件被更改,包括 0 次插入42 次删除
  1. 0 15
      rtl/beos/syscall.inc
  2. 0 16
      rtl/beos/sysheap.inc
  3. 0 11
      rtl/win/sysdir.inc

+ 0 - 15
rtl/beos/syscall.inc

@@ -76,18 +76,3 @@ begin
      errno := 0;
      errno := 0;
    end;
    end;
 end;
 end;
-
-
-{
-  $Log: syscall.inc,v $
-  Revision 1.1  2003/01/08 22:32:28  marco
-   * Small fixes and quick merge with 1.0.x. At least the compiler builds now,
-      but it could crash hard, since there are lots of unimplemented funcs.
-
-  Revision 1.1.2.2  2001/08/15 01:08:25  carl
-  * added SysCall(0 routine here as well as argument declarations
-
-  Revision 1.1.2.1  2001/07/13 03:16:03  carl
-  + static kernel call interface (CPU specific)
-
-}

+ 0 - 16
rtl/beos/sysheap.inc

@@ -34,19 +34,3 @@ begin
 end;
 end;
 
 
 
 
-
-{
-   $Log: sysheap.inc,v $
-   Revision 1.1  2005/02/07 22:04:55  peter
-     * moved to unix
-
-   Revision 1.1  2005/02/06 16:57:18  peter
-     * threads for go32v2,os,emx,netware
-
-   Revision 1.1  2005/02/06 13:06:20  peter
-     * moved file and dir functions to sysfile/sysdir
-     * win32 thread in systemunit
-
-}
-
-

+ 0 - 11
rtl/win/sysdir.inc

@@ -111,14 +111,3 @@ begin
   Dir:='\';
   Dir:='\';
 {$endif WINCE}
 {$endif WINCE}
 end;
 end;
-
-{
-  $Log: sysdir.inc,v $
-  Revision 1.2  2005/02/14 17:13:32  peter
-    * truncate log
-
-  Revision 1.1  2005/02/06 13:06:20  peter
-    * moved file and dir functions to sysfile/sysdir
-    * win32 thread in systemunit
-
-}