From bc18ae0fa000f65f2a6b40773c56a2f0d2263d72 Mon Sep 17 00:00:00 2001 From: qrczak Date: Tue, 31 Jul 2001 18:30:22 +0000 Subject: [PATCH] [project @ 2001-07-31 18:30:22 by qrczak] UF_CCS was used in compiler/main/Constants.lhs --- ghc/includes/Constants.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/includes/Constants.h b/ghc/includes/Constants.h index 636897f..819d378 100644 --- a/ghc/includes/Constants.h +++ b/ghc/includes/Constants.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: Constants.h,v 1.15 2001/07/31 13:44:37 simonmar Exp $ + * $Id: Constants.h,v 1.16 2001/07/31 18:30:22 qrczak Exp $ * * (c) The GHC Team, 1998-1999 * @@ -115,6 +115,7 @@ #define UF_RET 0 #define UF_SU 1 #define UF_UPDATEE 2 +#define UF_CCS 3 /* ----------------------------------------------------------------------------- SEQ frame size -- 1.7.10.4