From 7f5ad47f93198f4e0548c4ca5a7cb37f3dcbc060 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 4 Mar 2005 12:01:11 +0000 Subject: [PATCH] [project @ 2005-03-04 12:01:11 by simonmar] include ghcautoconf.h rather than ghcconfig.h, the reason being that this file is included form the compiler, and we don't want the platform defines from ghcplatform.h. --- ghc/includes/MachDeps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/includes/MachDeps.h b/ghc/includes/MachDeps.h index 39ce757..abe4405 100644 --- a/ghc/includes/MachDeps.h +++ b/ghc/includes/MachDeps.h @@ -13,7 +13,7 @@ #define MACHDEPS_H /* Sizes of C types come from here... */ -#include "ghcconfig.h" +#include "ghcautoconf.h" /* Sizes of Haskell types follow. These sizes correspond to: * - the number of bytes in the primitive type (eg. Int#) -- 1.7.10.4