From: simonmar Date: Fri, 28 Jan 2005 14:01:08 +0000 (+0000) Subject: [project @ 2005-01-28 14:01:08 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1161 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=81066717b7e07ef5f3678fe0b8c7e56fad1f3de9;p=ghc-hetmet.git [project @ 2005-01-28 14:01:08 by simonmar] Here's a file I forgot to add. NB. ghcconfig.h is now a *source file*. If you're using a linked build tree, please remove it from ghc/includes and re-link (in fact, you probabaly need a make clean in ghc/includes at least). --- diff --git a/ghc/includes/ghcconfig.h b/ghc/includes/ghcconfig.h new file mode 100644 index 0000000..5f10e92 --- /dev/null +++ b/ghc/includes/ghcconfig.h @@ -0,0 +1,7 @@ +#ifndef __GHCCONFIG_H__ +#define __GHCCONFIG_H__ + +#include "ghcautoconf.h" +#include "ghcplatform.h" + +#endif