From: Axel S. <si...@co...> - 2010-01-21 14:14:01
|
Thu Dec 10 13:11:44 EST 2009 Duncan Coutts <du...@ha...> * Disable c2hs support for C long double Ignore-this: 52ca68024ce3f3bc894cf14eb64630c6 The CLDouble type is missing in ghc-6.12, though it may return. The Gtk+ headers do not use long double, so it's ok. hunk ./tools/c2hs/gen/CInfo.hs 123 -size CLDoublePT = Storable.sizeOf (undefined :: CLDouble) +--size CLDoublePT = Storable.sizeOf (undefined :: CLDouble) hunk ./tools/c2hs/gen/CInfo.hs 148 -alignment CLDoublePT = Storable.alignment (undefined :: CLDouble) +--alignment CLDoublePT = Storable.alignment (undefined :: CLDouble) |