[project @ 2000-10-12 15:49:34 by simonmar]
authorsimonmar <unknown>
Thu, 12 Oct 2000 15:49:34 +0000 (15:49 +0000)
committersimonmar <unknown>
Thu, 12 Oct 2000 15:49:34 +0000 (15:49 +0000)
remove superfluous defns of index{Word,Ptr}OffClosure

ghc/includes/PrimOps.h

index 71bc8af..b76ba60 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: PrimOps.h,v 1.63 2000/09/26 16:45:34 simonpj Exp $
+ * $Id: PrimOps.h,v 1.64 2000/10/12 15:49:34 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
         r = ((P_ *)tmp)[i];                                             \
    } while (0)
 
-
-#else
-
-/* These are the original definitions.  They don't chase indirections. */
-#define indexWordOffClosurezh(r,a,i)           r= ((W_ *)(a))[i]
-#define indexPtrOffClosurezh(r,a,i)    r= ((P_ *)(a))[i]
-
 #endif
 
-
 /* -----------------------------------------------------------------------------
    Comparison PrimOps.
    -------------------------------------------------------------------------- */