From d3ef7ef489bf58c80f5ee7f05ab267164b6232f8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 13 Aug 2004 13:30:44 +0000 Subject: [PATCH] [project @ 2004-08-13 13:30:44 by simonmar] config.h ==> ghcconfig.h --- ghc/includes/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/includes/README b/ghc/includes/README index ec10ca1..ce6c4e2 100644 --- a/ghc/includes/README +++ b/ghc/includes/README @@ -56,7 +56,7 @@ Here is a rough hierarchy of the header files by dependency. Rts.h Stg.h - config.h // configuration info derived by the configure script. + ghcconfig.h // configuration info derived by the configure script. RtsConfig.h // settings for Rts things (eg. eager vs. lazy BH) MachDeps.h // sizes of various basic types StgTypes.h // basic types specific to the virtual machine -- 1.7.10.4