X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FEvaluator.h;h=3f9d73584964617ae6b5da336c46d4ec692f172c;hb=18976e614fd90a8d81ced2c3e9cd8e38d72a1f40;hp=05b4a108d3a21225fd5e7d827ff9df1806fa8bd5;hpb=f3bed25cb37981ef391f750cae58280e71cd80bc;p=ghc-hetmet.git diff --git a/ghc/rts/Evaluator.h b/ghc/rts/Evaluator.h index 05b4a10..3f9d735 100644 --- a/ghc/rts/Evaluator.h +++ b/ghc/rts/Evaluator.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Evaluator.h,v 1.2 1998/12/02 13:28:21 simonm Exp $ + * $Id: Evaluator.h,v 1.3 1999/01/27 14:51:20 simonpj Exp $ * * Prototypes for functions in Evaluator.c * @@ -10,15 +10,15 @@ * (used by Assembler) * ------------------------------------------------------------------------*/ -#define IZh_sizeW CONSTR_sizeW(0,sizeofW(StgInt)) -#define I64Zh_sizeW CONSTR_sizeW(0,sizeofW(StgInt64)) -#define WZh_sizeW CONSTR_sizeW(0,sizeofW(StgWord)) -#define AZh_sizeW CONSTR_sizeW(0,sizeofW(StgAddr)) -#define CZh_sizeW CONSTR_sizeW(0,sizeofW(StgWord)) -#define FZh_sizeW CONSTR_sizeW(0,sizeofW(StgFloat)) -#define DZh_sizeW CONSTR_sizeW(0,sizeofW(StgDouble)) -#define StableZh_sizeW CONSTR_sizeW(0,sizeofW(StgStablePtr)) -#define GenericZh_sizeW CONSTR_sizeW(1,0) +#define Izh_sizeW CONSTR_sizeW(0,sizeofW(StgInt)) +#define I64zh_sizeW CONSTR_sizeW(0,sizeofW(StgInt64)) +#define Wzh_sizeW CONSTR_sizeW(0,sizeofW(StgWord)) +#define Azh_sizeW CONSTR_sizeW(0,sizeofW(StgAddr)) +#define Czh_sizeW CONSTR_sizeW(0,sizeofW(StgWord)) +#define Fzh_sizeW CONSTR_sizeW(0,sizeofW(StgFloat)) +#define Dzh_sizeW CONSTR_sizeW(0,sizeofW(StgDouble)) +#define Stablezh_sizeW CONSTR_sizeW(0,sizeofW(StgStablePtr)) +#define Genericzh_sizeW CONSTR_sizeW(1,0) /* -------------------------------------------------------------------------- *