From 17678875f3f3e3a328e110dbf7a8bb93a44110e7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 1 Aug 2001 08:20:33 +0000 Subject: [PATCH] [project @ 2001-08-01 08:20:33 by simonmar] *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 | 2 -- ghc/includes/Constants.h | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ghc/compiler/main/Constants.lhs b/ghc/compiler/main/Constants.lhs index f52c483..0e6a179 100644 --- a/ghc/compiler/main/Constants.lhs +++ b/ghc/compiler/main/Constants.lhs @@ -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. diff --git a/ghc/includes/Constants.h b/ghc/includes/Constants.h index 819d378..5e02a98 100644 --- a/ghc/includes/Constants.h +++ b/ghc/includes/Constants.h @@ -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 * @@ -115,7 +115,6 @@ #define UF_RET 0 #define UF_SU 1 #define UF_UPDATEE 2 -#define UF_CCS 3 /* ----------------------------------------------------------------------------- SEQ frame size -- 1.7.10.4