From 0c7c7de8c5bb8c60290605ef3ddb76f16111f095 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 7 Mar 2005 14:52:20 +0000 Subject: [PATCH] [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. --- ghc/compiler/prelude/primops.txt.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}) -- 1.7.10.4