diff options
author | sof <unknown> | 1997-03-13 07:54:08 +0000 |
---|---|---|
committer | sof <unknown> | 1997-03-13 07:54:08 +0000 |
commit | f916e214a0d5e3e17330d35042192bae22cfe251 (patch) | |
tree | 1e1c96080d2b84a414533d66da0779130db160dc /ghc/includes | |
parent | 606ec8dcf1dcdfbe7c9cfca131fdb2c95808bc13 (diff) | |
download | haskell-f916e214a0d5e3e17330d35042192bae22cfe251.tar.gz |
[project @ 1997-03-13 07:54:08 by sof]
Don't include platform.h
Diffstat (limited to 'ghc/includes')
-rw-r--r-- | ghc/includes/GhcConstants.lh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/includes/GhcConstants.lh b/ghc/includes/GhcConstants.lh index f769205711..6acf111dbe 100644 --- a/ghc/includes/GhcConstants.lh +++ b/ghc/includes/GhcConstants.lh @@ -10,7 +10,7 @@ Multi-slurp protection (start): #define GHCCONSTANTS_H #ifndef PLATFORM_H -#include "platform.h" +/* OLD: #include "platform.h" */ #endif \end{code} |