From: sof Date: Fri, 14 Mar 1997 03:43:15 +0000 (+0000) Subject: [project @ 1997-03-14 03:43:15 by sof] X-Git-Tag: Approximately_1000_patches_recorded~803 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fff89d35b7e943f6447e328c559d4ae8cdbbaaab;p=ghc-hetmet.git [project @ 1997-03-14 03:43:15 by sof] Removed platform.h include (not generated anymore) --- diff --git a/ghc/runtime/main/Itimer.lc b/ghc/runtime/main/Itimer.lc index 1068825..bf845f0 100644 --- a/ghc/runtime/main/Itimer.lc +++ b/ghc/runtime/main/Itimer.lc @@ -20,7 +20,9 @@ to support. So much for standards. #if defined(PROFILING) || defined(CONCURRENT) -# include "platform.h" +/* OLD: # include "platform.h" */ + +# include "config.h" # define NON_POSIX_SOURCE