From: Simon Marlow Date: Mon, 8 Sep 2008 14:43:48 +0000 (+0000) Subject: Make LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline functions, instead of macros X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fef454a0f84acdf9e4efbce6425a04fbbb577dbe;hp=fef454a0f84acdf9e4efbce6425a04fbbb577dbe;p=ghc-hetmet.git Make LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline functions, instead of macros The macros were duplicating their arguments, which was normally harmless, but in the parallel GC was actually wrong and caused spurious assertion failures. ---