Merge branch 'master' into NetHack-3.7

This commit is contained in:
nhmall
2019-07-13 00:38:40 -04:00
27 changed files with 123 additions and 89 deletions

View File

@@ -382,5 +382,10 @@ struct savefile_info {
#define nhassert(e) ((void)0)
#endif
/* Supply nhassert macro if not supplied by port */
#ifndef nhassert
#define nhassert(expression) (void)((!!(expression)) || \
(nhassert_failed(__FILE__, __LINE__), 0))
#endif
#endif /* GLOBAL_H */