Merge branch 'master' into NetHack-3.7

This commit is contained in:
nhmall
2019-07-13 01:07:05 -04:00

View File

@@ -1636,11 +1636,4 @@ short ospeed;
#endif
#endif /* STRICT_REF_DEF */
/* nhassert_failed is called when an nhassert's condition is false */
void nhassert_failed(const char * exp, const char * file, int line)
{
fprintf(stderr, "NHASSERT(%s) in '%s' at line %d\n", exp, file, line);
exit(EXIT_FAILURE);
}
/*lev_main.c*/