summaryrefslogtreecommitdiff
path: root/ghc/includes
diff options
context:
space:
mode:
authorsof <unknown>1997-03-13 07:54:08 +0000
committersof <unknown>1997-03-13 07:54:08 +0000
commitf916e214a0d5e3e17330d35042192bae22cfe251 (patch)
tree1e1c96080d2b84a414533d66da0779130db160dc /ghc/includes
parent606ec8dcf1dcdfbe7c9cfca131fdb2c95808bc13 (diff)
downloadhaskell-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.lh2
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}