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/compiler.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/compiler.c')
-rw-r--r-- | ghc/interpreter/compiler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/interpreter/compiler.c b/ghc/interpreter/compiler.c index 53f37080c7..f6e506e62f 100644 --- a/ghc/interpreter/compiler.c +++ b/ghc/interpreter/compiler.c @@ -11,11 +11,11 @@ * included in the distribution. * * $RCSfile: compiler.c,v $ - * $Revision: 1.23 $ - * $Date: 2000/03/15 23:27:16 $ + * $Revision: 1.24 $ + * $Date: 2000/03/23 14:54:20 $ * ------------------------------------------------------------------------*/ -#include "prelude.h" +#include "hugsbasictypes.h" #include "storage.h" #include "connect.h" #include "errors.h" |