From 84a70bf766010e15c2532364a54a8eda8d754787 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 4 Sep 1997 20:19:45 +0000 Subject: [PATCH] [project @ 1997-09-04 20:19:45 by sof] Removed mIN_BIG_TUPLE_SIZE --- ghc/compiler/main/Constants.lhs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ghc/compiler/main/Constants.lhs b/ghc/compiler/main/Constants.lhs index 536ebb5..154867b 100644 --- a/ghc/compiler/main/Constants.lhs +++ b/ghc/compiler/main/Constants.lhs @@ -46,8 +46,6 @@ module Constants ( mAX_Float_REG, mAX_Double_REG, - mIN_BIG_TUPLE_SIZE, - mIN_MP_INT_SIZE, mP_STRUCT_SIZE, @@ -107,11 +105,6 @@ mIN_SIZE_NonUpdHeapObject = (MIN_NONUPD_SIZE::Int) mIN_SIZE_NonUpdStaticHeapObject = (0::Int) \end{code} -A completely random number: -\begin{code} -mIN_BIG_TUPLE_SIZE = (16::Int) -\end{code} - Sizes of gmp objects: \begin{code} mIN_MP_INT_SIZE = (MIN_MP_INT_SIZE :: Int) -- 1.7.10.4