2005-07-20 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / monoburg / monoburg.y
index ab461617dd2ddb1de1c92b42babedbac4d827097..83186439c8f1b772b62a0cfbdd68ee598f6a67a7 100644 (file)
@@ -231,7 +231,7 @@ nextchar ()
        case 0:
          if (ll) {
            next_state = 1;
-         } else 
+         } else
            fputs (input, outputfd);
          break;
        case 1:
@@ -258,6 +258,7 @@ yyparsetail (void)
   fputs (input, outputfd);
   while (fgets (input, sizeof (input), inputfd))
     fputs (input, outputfd);
+  input [0] = '\0';
 }
 
 int