diff options
Diffstat (limited to 'ghc/interpreter/compiler.c')
-rw-r--r-- | ghc/interpreter/compiler.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ghc/interpreter/compiler.c b/ghc/interpreter/compiler.c index 93c4b96e05..4b535ede95 100644 --- a/ghc/interpreter/compiler.c +++ b/ghc/interpreter/compiler.c @@ -11,8 +11,8 @@ * included in the distribution. * * $RCSfile: compiler.c,v $ - * $Revision: 1.18 $ - * $Date: 2000/02/08 15:32:29 $ + * $Revision: 1.19 $ + * $Date: 2000/02/09 14:50:19 $ * ------------------------------------------------------------------------*/ #include "prelude.h" @@ -188,7 +188,8 @@ Cell e; { nv)); } - default : fprintf(stderr, "stuff=%d\n",whatIs(e));internal("translate"); + default : fprintf(stderr, "stuff=%d\n",whatIs(e)); + internal("translate"); } return e; } |