Repository : http://darcs.haskell.org/ghc.git/
On branch : master https://github.com/ghc/ghc/commit/22574cf00438922badee0e8e0ea5ef1614c5d17d >--------------------------------------------------------------- commit 22574cf00438922badee0e8e0ea5ef1614c5d17d Author: Simon Marlow <[email protected]> Date: Tue May 21 09:00:35 2013 +0100 fix comment (#7907) >--------------------------------------------------------------- includes/rts/storage/Closures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/rts/storage/Closures.h b/includes/rts/storage/Closures.h index 2302b7d..1eef182 100644 --- a/includes/rts/storage/Closures.h +++ b/includes/rts/storage/Closures.h @@ -80,7 +80,7 @@ typedef struct { typedef struct StgClosure_ { StgHeader header; struct StgClosure_ *payload[FLEXIBLE_ARRAY]; -} *StgClosurePtr; // StgClosure defined in Rts.h +} *StgClosurePtr; // StgClosure defined in rts/Types.h typedef struct { StgThunkHeader header; _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
