define nhassert if not defined by port.

This commit is contained in:
Bart House
2018-11-23 11:27:40 -08:00
parent 9177cc642b
commit 5e6e184c82

View File

@@ -364,5 +364,9 @@ struct savefile_info {
#define nethack_enter(argc, argv) ((void) 0)
#endif
/* Supply nhassert macro if not supplied by port */
#ifndef nhassert
#define nhassert(expression) ((void)0)
#endif
#endif /* GLOBAL_H */