Use gcc to build C programs for stages >= 1
[ghc-hetmet.git] / ghc / hschooks.c
index 2224b02..f3c4b4d 100644 (file)
@@ -5,7 +5,7 @@ in instead of the defaults.
 */
 
 #include "Rts.h"
-#if __GLASGOW_HASKELL__ <611
+#if defined(__GLASGOW_HASKELL__) && (__GLASGOW_HASKELL__ <611)
 #include "RtsFlags.h"
 #endif