From b3155aac1d0b847fb9249c08faad58f0ba576617 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 1 May 2002 13:12:11 +0000 Subject: [PATCH] [project @ 2002-05-01 13:12:11 by simonmar] Comment only --- ghc/includes/InfoTables.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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? */ -- 1.7.10.4