diff options
author | sewardj <unknown> | 2000-03-23 14:54:21 +0000 |
---|---|---|
committer | sewardj <unknown> | 2000-03-23 14:54:21 +0000 |
commit | e3bb5d64a61847a306ef38f14b39768adb721cf6 (patch) | |
tree | 34d395792540a9a8d8d1c904f0af02cc8706a3a3 /ghc/interpreter/static.c | |
parent | 0b0ee1f3d33b6c4d938aa8420749823e6aa5eb77 (diff) | |
download | haskell-e3bb5d64a61847a306ef38f14b39768adb721cf6.tar.gz |
[project @ 2000-03-23 14:54:20 by sewardj]
Make Hugs compile on Win32 again after recent changes. Also, rename
prelude.h to hugsbasictypes.h to avoid conflicts with includes/Prelude.h.
Diffstat (limited to 'ghc/interpreter/static.c')
-rw-r--r-- | ghc/interpreter/static.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/interpreter/static.c b/ghc/interpreter/static.c index 25896a0830..e2cf438db4 100644 --- a/ghc/interpreter/static.c +++ b/ghc/interpreter/static.c @@ -9,11 +9,11 @@ * included in the distribution. * * $RCSfile: static.c,v $ - * $Revision: 1.31 $ - * $Date: 2000/03/22 18:14:23 $ + * $Revision: 1.32 $ + * $Date: 2000/03/23 14:54:21 $ * ------------------------------------------------------------------------*/ -#include "prelude.h" +#include "hugsbasictypes.h" #include "storage.h" #include "connect.h" #include "errors.h" |