Make LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline functions, instead of macros
authorSimon Marlow <marlowsd@gmail.com>
Mon, 8 Sep 2008 14:43:48 +0000 (14:43 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 8 Sep 2008 14:43:48 +0000 (14:43 +0000)
The macros were duplicating their arguments, which was normally
harmless, but in the parallel GC was actually wrong and caused
spurious assertion failures.


No differences found