From f916e214a0d5e3e17330d35042192bae22cfe251 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 13 Mar 1997 07:54:08 +0000 Subject: [PATCH] [project @ 1997-03-13 07:54:08 by sof] Don't include platform.h --- ghc/includes/GhcConstants.lh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/includes/GhcConstants.lh b/ghc/includes/GhcConstants.lh index f769205..6acf111 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} -- 1.7.10.4