Wed, 24 May 2000 08:15:24 -0700, Julian Seward (Intl Vendor) <[EMAIL PROTECTED]> 
pisze:

> GHC can produce C code which you can compile with gcc, without
> special support -- we call this "unregisterised" code.  This code
> needs some GNU extensions -- named initialisers, zero length arrays
> and (I think) support for 64-bit arithmetic.  So it is not strict
> ANSI C89 code, although it looks all 3 extensions will be the 
> ANSI C9X standard.

The C99 standard has been already approved, by both ISO and recently
ANSI. It does have named initialisers, zero length arrays and 64bit
types.

But foreign export dynamic cannot be done portably. Are IO exceptions
portable? What about standard libraries, e.g. IO?

-- 
 __("<  Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/
 \__/            GCS/M d- s+:-- a23 C+++$ UL++>++++$ P+++ L++>++++$ E-
  ^^                W++ N+++ o? K? w(---) O? M- V? PS-- PE++ Y? PGP+ t
QRCZAK                5? X- R tv-- b+>++ DI D- G+ e>++++ h! r--%>++ y-


Reply via email to