[project @ 2005-03-04 19:19:56 by sof]
authorsof <unknown>
Fri, 4 Mar 2005 19:19:56 +0000 (19:19 +0000)
committersof <unknown>
Fri, 4 Mar 2005 19:19:56 +0000 (19:19 +0000)
Since MachDeps.h doesn't include ghcconfig.h, include it specifically here
(for the benefit of mingw). That may not be the right file to use in the
grander scheme of things tho.

Merge to STABLE (or something equivalent; as-is STABLE doesn't build on mingw.)

ghc/compiler/prelude/primops.txt.pp

index e699bb5..cd2f25c 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------
--- $Id: primops.txt.pp,v 1.32 2005/01/31 13:25:38 simonpj Exp $
+-- $Id: primops.txt.pp,v 1.33 2005/03/04 19:19:56 sof Exp $
 --
 -- Primitive Operations
 --
@@ -64,6 +64,7 @@ defaults
 -- matched pairs of embedded curly brackets.
 
 #include "MachDeps.h"
+#include "ghcconfig.h"
 
 section "The word size story."
        {Haskell98 specifies that signed integers (type {\tt Int})