Skip to content
  • Simon Marlow's avatar
    [project @ 2004-08-16 11:19:24 by simonmar] · e3d95da8
    Simon Marlow authored
    Define <arch>_TARGET_ARCH and <os>_TARGET_OS by default when CPP'ing.
    This avoids the main reason for needing to #include config.h into
    Haskell source, so most files that previously just #include "config.h" can now
    
      #if __GLASGOW_HASKELL__ < 603
      #include "config.h"
      #endif
    e3d95da8