Browse Source

* fixed log and id

florian 23 years ago
parent
commit
0282138de4
1 changed files with 6 additions and 4 deletions
  1. 6 4
      compiler/sparc/cgcpu.pas

+ 6 - 4
compiler/sparc/cgcpu.pas

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