X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStg.h;h=3aa583e5131136f2a310df258bbd331adedbe418;hb=6d40c9e64a408c0de2b60a26dbc8c437433b095c;hp=932b4ec2ab975ea9cc352e389a9db5763e9a9f3a;hpb=c1c03f00dc927ea378278c9e4a744aa363ccda93;p=ghc-hetmet.git diff --git a/ghc/includes/Stg.h b/ghc/includes/Stg.h index 932b4ec..3aa583e 100644 --- a/ghc/includes/Stg.h +++ b/ghc/includes/Stg.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stg.h,v 1.12 1999/05/11 16:46:20 keithw Exp $ + * $Id: Stg.h,v 1.13 1999/06/25 09:13:38 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -47,6 +47,10 @@ #define COMPILER 1 #endif +#ifndef USE_MINIINTERPRETER +#define TABLES_NEXT_TO_CODE +#endif + /* bit macros */ #define BITS_PER_BYTE 8