stupid sun

This commit is contained in:
rsc 2005-01-14 18:25:05 +00:00
parent 0dc9950215
commit 9268e33d65
2 changed files with 3 additions and 1 deletions

View file

@ -166,8 +166,10 @@ main(int argc, char *argv[])
unwind();
}
/*
Bputc(bout, '\n');
exits(0);
*/
}
static int

View file

@ -967,7 +967,7 @@ main(int argc, char **argv)
yyinit(argc, argv);
for(;;)
yyparse();
exits(0);
/* exits(0); */
}
pipe(p);
if(fork() == 0) {