[project @ 1999-04-27 14:07:53 by sewardj]
[ghc-hetmet.git] / ghc / includes / options.h
index 5847fa6..5563636 100644 (file)
@@ -13,8 +13,8 @@
  * Hugs version 1.4, December 1997
  *
  * $RCSfile: options.h,v $
- * $Revision: 1.6 $
- * $Date: 1999/04/27 12:27:56 $
+ * $Revision: 1.7 $
+ * $Date: 1999/04/27 14:07:53 $
  * ------------------------------------------------------------------------*/
 
 
 
 /* Turn on debugging output and some sanity checks
  */
-/*#define DEBUG 1*/
-#undef DEBUG
+/*#define DEBUG*/
 
 /* Make stack tags more informative than just their size.
  * Helps when printing the stack and when running sanity checks.
  */
-/*#define DEBUG_EXTRA 1*/
-#undef DEBUG_EXTRA
+/*#define DEBUG_EXTRA*/
 
 /* Turn lazy blackholing on/off.
  * Warning: Lazy blackholing can't be disabled in GHC generated code.