[project @ 2005-03-04 12:01:11 by simonmar]
authorsimonmar <unknown>
Fri, 4 Mar 2005 12:01:11 +0000 (12:01 +0000)
committersimonmar <unknown>
Fri, 4 Mar 2005 12:01:11 +0000 (12:01 +0000)
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

index 39ce757..abe4405 100644 (file)
@@ -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#)