From: simonmar Date: Wed, 1 May 2002 13:12:11 +0000 (+0000) Subject: [project @ 2002-05-01 13:12:11 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2073 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b3155aac1d0b847fb9249c08faad58f0ba576617 [project @ 2002-05-01 13:12:11 by simonmar] Comment only --- diff --git a/ghc/includes/InfoTables.h b/ghc/includes/InfoTables.h index 3554dbd..e49ad33 100644 --- a/ghc/includes/InfoTables.h +++ b/ghc/includes/InfoTables.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: InfoTables.h,v 1.25 2002/01/29 16:50:08 simonmar Exp $ + * $Id: InfoTables.h,v 1.26 2002/05/01 13:12:11 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -107,6 +107,10 @@ typedef struct { #endif /* DEBUG_CLOSURE */ +/* ----------------------------------------------------------------------------- + Closure flags + -------------------------------------------------------------------------- */ + /* The type flags provide quick access to certain properties of a closure. */ #define _HNF (1<<0) /* head normal form? */