Skip to content

Commit

Permalink
remove halt
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 2, 2011
1 parent 306df8e commit 97625e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mars.c
Expand Up @@ -175,7 +175,7 @@ void verror(Loc loc, const char *format, va_list ap)
#endif
fprintf(stdmsg, "\n");
fflush(stdmsg);
halt();
//halt();
}
global.errors++;
}
Expand Down

0 comments on commit 97625e4

Please sign in to comment.