Improve error messsage when argument count varies
[ghc-hetmet.git] / ghc / includes / RtsFlags.h
index a4c6d9b..4a37d48 100644 (file)
@@ -62,6 +62,7 @@ struct DEBUG_FLAGS {
     rtsBool linker;         /* 'l'   the object linker */
     rtsBool apply;          /* 'a' */
     rtsBool stm;            /* 'm' */
+    rtsBool squeeze;        /* 'z'  stack squeezing & lazy blackholing */
 };
 
 struct COST_CENTRE_FLAGS {