From: sof Date: Thu, 4 Sep 1997 20:19:45 +0000 (+0000) Subject: [project @ 1997-09-04 20:19:45 by sof] X-Git-Tag: Approximately_1000_patches_recorded~7 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=84a70bf766010e15c2532364a54a8eda8d754787 [project @ 1997-09-04 20:19:45 by sof] Removed mIN_BIG_TUPLE_SIZE --- 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)