[project @ 2004-08-13 13:30:44 by simonmar]
authorsimonmar <unknown>
Fri, 13 Aug 2004 13:30:44 +0000 (13:30 +0000)
committersimonmar <unknown>
Fri, 13 Aug 2004 13:30:44 +0000 (13:30 +0000)
config.h ==> ghcconfig.h

ghc/includes/README

index ec10ca1..ce6c4e2 100644 (file)
@@ -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