summaryrefslogtreecommitdiff
path: root/ghc/rts/Evaluator.c
diff options
context:
space:
mode:
authorsewardj <unknown>1999-04-27 14:07:55 +0000
committersewardj <unknown>1999-04-27 14:07:55 +0000
commit76bd416859fec65744f2c8b833817e4101e32924 (patch)
treec1edaa2f37e1f79877c84fa127c26f2bc3f1a558 /ghc/rts/Evaluator.c
parent0a4e3ee6a32f3c3bcabcdccf62e4768219fc12fa (diff)
downloadhaskell-76bd416859fec65744f2c8b833817e4101e32924.tar.gz
[project @ 1999-04-27 14:07:53 by sewardj]
Further fixes to make -DDEBUG work right from mk/build.mk.
Diffstat (limited to 'ghc/rts/Evaluator.c')
-rw-r--r--ghc/rts/Evaluator.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ghc/rts/Evaluator.c b/ghc/rts/Evaluator.c
index f7597a6591..68ef09fbed 100644
--- a/ghc/rts/Evaluator.c
+++ b/ghc/rts/Evaluator.c
@@ -5,8 +5,8 @@
* Copyright (c) 1994-1998.
*
* $RCSfile: Evaluator.c,v $
- * $Revision: 1.13 $
- * $Date: 1999/04/27 12:27:50 $
+ * $Revision: 1.14 $
+ * $Date: 1999/04/27 14:07:55 $
* ---------------------------------------------------------------------------*/
#include "Rts.h"
@@ -68,7 +68,6 @@
#define USE_GCC_LABELS 1
#else
#define USE_GCC_LABELS 0
-#error yo dudes
#endif
/* --------------------------------------------------------------------------