X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=inline;f=ghc%2Finterpreter%2Foutput.c;h=c4ed363e5270c617d4b0fc128661258b817bc119;hb=668e01197062f70f91488345852c354d1abb5039;hp=ad8b0ff86a4aa3f4df82aa4f4215b06ebebd550a;hpb=28ea0c44498ed87d8439f954080b9c01fc74dd8f;p=ghc-hetmet.git diff --git a/ghc/interpreter/output.c b/ghc/interpreter/output.c index ad8b0ff..c4ed363 100644 --- a/ghc/interpreter/output.c +++ b/ghc/interpreter/output.c @@ -10,8 +10,8 @@ * included in the distribution. * * $RCSfile: output.c,v $ - * $Revision: 1.17 $ - * $Date: 2000/03/23 14:54:21 $ + * $Revision: 1.18 $ + * $Date: 2000/04/25 17:43:50 $ * ------------------------------------------------------------------------*/ #include "hugsbasictypes.h" @@ -188,6 +188,9 @@ Cell e; { case DOCOMP : putStr("do {...}"); break; + case MDOCOMP : putStr("do {...}"); + break; + case COMP : putComp(fst(snd(e)),snd(snd(e))); break;