[commit: ghc] master: [ci skip] includes: detabify/dewhitespace rts/storage/Block.h (e9e3cf5)
git at git.haskell.org
git at git.haskell.org
Wed Aug 20 17:52:42 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e9e3cf54c4fcc3f2cb4e01f2721b40bea7bb9117/ghc
>---------------------------------------------------------------
commit e9e3cf54c4fcc3f2cb4e01f2721b40bea7bb9117
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Aug 20 12:49:27 2014 -0500
[ci skip] includes: detabify/dewhitespace rts/storage/Block.h
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
e9e3cf54c4fcc3f2cb4e01f2721b40bea7bb9117
includes/rts/storage/Block.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/includes/rts/storage/Block.h b/includes/rts/storage/Block.h
index 29c081b..755c817 100644
--- a/includes/rts/storage/Block.h
+++ b/includes/rts/storage/Block.h
@@ -146,7 +146,7 @@ typedef struct bdescr_ {
/* Block is free, and on the free list (TODO: is this used?) */
#define BF_FREE 16
/* Block is executable */
-#define BF_EXEC 32
+#define BF_EXEC 32
/* Block contains only a small amount of live data */
#define BF_FRAGMENTED 64
/* we know about this block (for finding leaks) */
More information about the ghc-commits
mailing list