From 75d52d81c0256e7bd2ae5108fc611224ea08edda Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 4 Mar 2005 19:19:56 +0000 Subject: [PATCH] [project @ 2005-03-04 19:19:56 by sof] 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/prelude/primops.txt.pp b/ghc/compiler/prelude/primops.txt.pp index e699bb5..cd2f25c 100644 --- a/ghc/compiler/prelude/primops.txt.pp +++ b/ghc/compiler/prelude/primops.txt.pp @@ -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}) -- 1.7.10.4