From 8ad8c309e8d8e70811415574b43fae6bce396054 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 20 Mar 2000 15:49:56 +0000 Subject: [PATCH] [project @ 2000-03-20 15:49:56 by panne] 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 | 6 +++--- ghc/rts/PrimOps.hc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghc/rts/Evaluator.c b/ghc/rts/Evaluator.c index b33c10f..4aa5dcf 100644 --- a/ghc/rts/Evaluator.c +++ b/ghc/rts/Evaluator.c @@ -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" diff --git a/ghc/rts/PrimOps.hc b/ghc/rts/PrimOps.hc index bf3d644..0d9caef 100644 --- a/ghc/rts/PrimOps.hc +++ b/ghc/rts/PrimOps.hc @@ -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 ** -- 1.7.10.4