[project @ 2000-03-20 15:49:56 by panne]
authorpanne <unknown>
Mon, 20 Mar 2000 15:49:56 +0000 (15:49 +0000)
committerpanne <unknown>
Mon, 20 Mar 2000 15:49:56 +0000 (15:49 +0000)
ITimer.h is really called Itimer.h. Hmmm, let's guess on what
brilliant OS this part of the RTS was developed...  :-))

ghc/rts/Evaluator.c
ghc/rts/PrimOps.hc

index b33c10f..4aa5dcf 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright (c) 1994-1998.
  *
  * $RCSfile: Evaluator.c,v $
- * $Revision: 1.44 $
- * $Date: 2000/03/20 09:42:49 $
+ * $Revision: 1.45 $
+ * $Date: 2000/03/20 15:49:56 $
  * ---------------------------------------------------------------------------*/
 
 #include "Rts.h"
@@ -24,7 +24,7 @@
 #include "ForeignCall.h"
 #include "PrimOps.h"   /* for __{encode,decode}{Float,Double} */
 #include "Prelude.h"
-#include "ITimer.h"
+#include "Itimer.h"
 #include "Evaluator.h"
 #include "sainteger.h"
 
index bf3d644..0d9caef 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: PrimOps.hc,v 1.47 2000/03/20 09:42:49 andy Exp $
+ * $Id: PrimOps.hc,v 1.48 2000/03/20 15:49:56 panne Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -19,7 +19,7 @@
 #include "StablePriv.h"
 #include "HeapStackCheck.h"
 #include "StgRun.h"
-#include "ITimer.h"
+#include "Itimer.h"
 #include "Prelude.h"
 
 /* ** temporary **