[project @ 2002-05-01 13:12:11 by simonmar]
authorsimonmar <unknown>
Wed, 1 May 2002 13:12:11 +0000 (13:12 +0000)
committersimonmar <unknown>
Wed, 1 May 2002 13:12:11 +0000 (13:12 +0000)
Comment only

ghc/includes/InfoTables.h

index 3554dbd..e49ad33 100644 (file)
@@ -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?    */