From: simonmar Date: Mon, 7 Mar 2005 14:52:20 +0000 (+0000) Subject: [project @ 2005-03-07 14:52:20 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~965 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0c7c7de8c5bb8c60290605ef3ddb76f16111f095;p=ghc-hetmet.git [project @ 2005-03-07 14:52:20 by simonmar] ghc_boot_platform.h is the right way to get hold of the platform defines inside the compiler. --- diff --git a/ghc/compiler/prelude/primops.txt.pp b/ghc/compiler/prelude/primops.txt.pp index cd2f25c..6d954ee 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.33 2005/03/04 19:19:56 sof Exp $ +-- $Id: primops.txt.pp,v 1.34 2005/03/07 14:52:20 simonmar Exp $ -- -- Primitive Operations -- @@ -64,7 +64,7 @@ defaults -- matched pairs of embedded curly brackets. #include "MachDeps.h" -#include "ghcconfig.h" +#include "ghc_boot_platform.h" section "The word size story." {Haskell98 specifies that signed integers (type {\tt Int})