Re: [MLton-commit] r7385
Matthew Fluet <[email protected]>
| Newsgroups | gmane.comp.lang.ml.mlton.devel |
|---|---|
| Message-ID | <[email protected]> |
Good to hear. Presumably the warning arose from an older MLton compiling (any) sources on Snow Leopard and the warning in <ucontext.h> being emitted despite the "gcc -w" invocation. -Matthew On Mon, Dec 14, 2009 at 9:11 AM, Wesley Terpstra <[email protected]> wrote: > Comfirmed that this is NOT necessary when building svn/HEAD from a similarly new MLton. > > > ---------------------------------------------------------------------- > > U mlton/trunk/runtime/platform/darwin.h > > ---------------------------------------------------------------------- > > Modified: mlton/trunk/runtime/platform/darwin.h > =================================================================== > --- mlton/trunk/runtime/platform/darwin.h 2009-12-12 02:09:51 UTC (rev 7384) > +++ mlton/trunk/runtime/platform/darwin.h 2009-12-14 14:11:34 UTC (rev 7385) > @@ -1,5 +1,3 @@ > -#define _XOPEN_SOURCE > - > #include <fenv.h> > #include <inttypes.h> > #include <stdint.h>