diff options
Diffstat (limited to 'ghc/interpreter/compiler.c')
-rw-r--r-- | ghc/interpreter/compiler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/interpreter/compiler.c b/ghc/interpreter/compiler.c index 112ae6d319..97e3eef3a0 100644 --- a/ghc/interpreter/compiler.c +++ b/ghc/interpreter/compiler.c @@ -10,8 +10,8 @@ * in the distribution for details. * * $RCSfile: compiler.c,v $ - * $Revision: 1.6 $ - * $Date: 1999/04/27 10:06:48 $ + * $Revision: 1.7 $ + * $Date: 1999/06/07 17:22:46 $ * ------------------------------------------------------------------------*/ #include "prelude.h" @@ -181,7 +181,7 @@ Cell e; { nv)); } - default : internal("translate"); + default : fprintf(stderr, "stuff=%d\n",whatIs(e));internal("translate"); } return e; } |