From: simonmar Date: Fri, 25 Jun 1999 09:14:54 +0000 (+0000) Subject: [project @ 1999-06-25 09:14:54 by simonmar] X-Git-Tag: Approximately_9120_patches~6088 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4551fa12c6de372089626ed44013b79bde85e3a7 [project @ 1999-06-25 09:14:54 by simonmar] Comment about TABLES_NEXT_TO_CODE. --- diff --git a/ghc/includes/Stg.h b/ghc/includes/Stg.h index 3aa583e..c5ad6f4 100644 --- a/ghc/includes/Stg.h +++ b/ghc/includes/Stg.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stg.h,v 1.13 1999/06/25 09:13:38 simonmar Exp $ + * $Id: Stg.h,v 1.14 1999/06/25 09:14:54 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -47,6 +47,11 @@ #define COMPILER 1 #endif +/* TABLES_NEXT_TO_CODE says whether to assume that info tables are + * assumed to reside just before the code for a function. + * + * UNDEFINING THIS WON'T WORK ON ITS OWN. You have been warned. + */ #ifndef USE_MINIINTERPRETER #define TABLES_NEXT_TO_CODE #endif