소스 검색

* fixed log and id

florian 23 년 전
부모
커밋
0282138de4
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 4
      compiler/sparc/cgcpu.pas

+ 6 - 4
compiler/sparc/cgcpu.pas

@@ -8,8 +8,8 @@
 { Bug report             : [email protected]                        }
 {*****************************************************************************}
 {
-		Id:
-		
+    $Id$
+
 		Copyright (c) 1998-2000 by Florian Klaempfl
 
     This program is free software;you can redistribute it and/or modify
@@ -1074,5 +1074,7 @@ BEGIN
   cg:=tcgSPARC.create;
 END.
 {
-	$Log:
-}
+  $Log$
+  Revision 1.6  2002-10-01 17:41:50  florian
+    * fixed log and id
+}