From a71cef4b2055d1e8f0f72405f5df17ad49e89098 Mon Sep 17 00:00:00 2001
From: sewardj <unknown>
Date: Thu, 6 Jan 2000 11:57:50 +0000
Subject: [PATCH] [project @ 2000-01-06 11:57:50 by sewardj] Remove #ifdef
 COMPILER, since the contents of this file is now needed by the combined
 system.

---
 ghc/rts/PrimOps.hc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ghc/rts/PrimOps.hc b/ghc/rts/PrimOps.hc
index 1f48c3b11038..b88dd72bb29a 100644
--- a/ghc/rts/PrimOps.hc
+++ b/ghc/rts/PrimOps.hc
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: PrimOps.hc,v 1.36 1999/12/08 14:21:52 simonmar Exp $
+ * $Id: PrimOps.hc,v 1.37 2000/01/06 11:57:50 sewardj Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -9,8 +9,6 @@
 
 #include "Rts.h"
 
-#ifdef COMPILER
-
 #include "RtsFlags.h"
 #include "StgStartup.h"
 #include "SchedAPI.h"
@@ -1008,5 +1006,4 @@ FN_(delayzh_fast)
   FE_
 }
 
-#endif /* COMPILER */
 
-- 
GitLab