From: simonmar Date: Mon, 7 Mar 2005 15:16:41 +0000 (+0000) Subject: [project @ 2005-03-07 15:16:41 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~964 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=57f94a244471fe39148c298c835e61b9d21f2e63 [project @ 2005-03-07 15:16:41 by simonmar] Try once more to get this #include right, and add a comment --- diff --git a/ghc/compiler/prelude/primops.txt.pp b/ghc/compiler/prelude/primops.txt.pp index 6d954ee..482f7f0 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.34 2005/03/07 14:52:20 simonmar Exp $ +-- $Id: primops.txt.pp,v 1.35 2005/03/07 15:16:41 simonmar Exp $ -- -- Primitive Operations -- @@ -64,7 +64,11 @@ defaults -- matched pairs of embedded curly brackets. #include "MachDeps.h" -#include "ghc_boot_platform.h" + +-- We need platform defines (tests for mingw32 below). However, we only +-- test the TARGET platform, which doesn't vary between stages, so the +-- stage1 platform defines are fine: +#include "../stage1/ghc_boot_platform.h" section "The word size story." {Haskell98 specifies that signed integers (type {\tt Int})