[project @ 2001-08-01 08:20:33 by simonmar]
authorsimonmar <unknown>
Wed, 1 Aug 2001 08:20:33 +0000 (08:20 +0000)
committersimonmar <unknown>
Wed, 1 Aug 2001 08:20:33 +0000 (08:20 +0000)
*now* UF_CCS isn't used anywhere.

(and it was wrong, too, which is why I wanted to get rid of it)

ghc/compiler/main/Constants.lhs
ghc/includes/Constants.h

index f52c483..0e6a179 100644 (file)
@@ -39,7 +39,6 @@ module Constants (
        uF_RET,
        uF_SU,
        uF_UPDATEE,
-       uF_CCS,
 
        sEQ_FRAME_SIZE,
        sCC_SEQ_FRAME_SIZE,
@@ -159,7 +158,6 @@ gRAN_UF_SIZE = (GRAN_UF_SIZE::Int)
 uF_RET         = (UF_RET::Int)
 uF_SU          = (UF_SU::Int)
 uF_UPDATEE     = (UF_UPDATEE::Int)
-uF_CCS         = (UF_CCS::Int)
 \end{code}
 
 Seq frame sizes.
index 819d378..5e02a98 100644 (file)
@@ -1,5 +1,5 @@
 /* ----------------------------------------------------------------------------
- * $Id: Constants.h,v 1.16 2001/07/31 18:30:22 qrczak Exp $
+ * $Id: Constants.h,v 1.17 2001/08/01 08:20:33 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
 #define UF_RET         0
 #define UF_SU          1
 #define UF_UPDATEE     2
-#define UF_CCS         3
 
 /* -----------------------------------------------------------------------------
    SEQ frame size