X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FInfoTables.h;h=6e3908d10629f5bec0594e672146c8ce0d69d0cf;hb=6d40c9e64a408c0de2b60a26dbc8c437433b095c;hp=92e957c4af9e868debdf4be1c2ade65d0afa3225;hpb=c1c03f00dc927ea378278c9e4a744aa363ccda93;p=ghc-hetmet.git diff --git a/ghc/includes/InfoTables.h b/ghc/includes/InfoTables.h index 92e957c..6e3908d 100644 --- a/ghc/includes/InfoTables.h +++ b/ghc/includes/InfoTables.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: InfoTables.h,v 1.15 1999/05/13 17:31:07 simonm Exp $ + * $Id: InfoTables.h,v 1.16 1999/06/25 09:13:37 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -173,11 +173,11 @@ typedef struct _StgInfoTable { StgWord type : 16; /* } These 2 elements fit into 32 bits */ StgWord srt_len : 16; /* } */ #endif -#if USE_MINIINTERPRETER +#ifdef TABLES_NEXT_TO_CODE + StgCode code[0]; +#else StgFunPtr entry; StgFunPtr vector[0]; -#else - StgCode code[0]; #endif } StgInfoTable;