X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FClosureMacros.h;h=b33e86a242ab0a88bfd0c0e6fa8d45276a2f62e3;hb=0e6a76a1182be8336cfaaa6bf482c57a89193372;hp=70470e93b51121ef0fe906a2cb118d1b2bb81c8d;hpb=db61851c5472bf565cd1da900b33d6e033fd743d;p=ghc-hetmet.git diff --git a/ghc/includes/ClosureMacros.h b/ghc/includes/ClosureMacros.h index 70470e9..b33e86a 100644 --- a/ghc/includes/ClosureMacros.h +++ b/ghc/includes/ClosureMacros.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: ClosureMacros.h,v 1.33 2001/11/22 14:25:11 simonmar Exp $ + * $Id: ClosureMacros.h,v 1.34 2002/09/25 20:44:23 wolfgang Exp $ * * (c) The GHC Team, 1998-1999 * @@ -59,7 +59,7 @@ #define get_itbl(c) (INFO_PTR_TO_STRUCT((c)->header.info)) #ifdef TABLES_NEXT_TO_CODE -#define INIT_ENTRY(e) code : {} +#define INIT_ENTRY(e) #define ENTRY_CODE(info) (info) #define INFO_PTR_TO_STRUCT(info) ((StgInfoTable *)(info) - 1) static __inline__ StgFunPtr get_entry(const StgInfoTable *itbl) {