Uncomment code to emit a space in place of a '>' in literate scripts
[ghc-hetmet.git] / utils / unlit / unlit.c
index 3663021..c5beeb1 100644 (file)
@@ -204,7 +204,7 @@ FILE *istream, *ostream; {
     }
 
     if (c==DEFNCHAR) {
-/*     myputc(' ',ostream);*/
+       myputc(' ',ostream);
         while (c=egetc(istream), !isLineTerm(c))
             myputc(c,ostream);
         myputc('\n',ostream);