In article <[EMAIL PROTECTED]>,
 I wrote:

> $ ghc -fno-implicit-prelude -prof -c M.hs
> /tmp/ghc4124.hc:5: `NULL' undeclared here (not in a function)
> /tmp/ghc4124.hc:5: initializer element is not constant
> /tmp/ghc4124.hc:5: (near initialization for `M_CAFs_cc_ccs[0].prevStack')
> /tmp/ghc4124.hc:5: `NULL' undeclared here (not in a function)
> /tmp/ghc4124.hc:5: initializer element is not constant
> /tmp/ghc4124.hc:5: (near initialization for 
> `M_CAFs_cc_ccs[0].indexTable')

Workaround: pass -optc-DNULL=0 to GHC.

-- 
Ashley Yakeley, Seattle WA

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to