define nhassert if not defined by port.
This commit is contained in:
@@ -364,5 +364,9 @@ struct savefile_info {
|
|||||||
#define nethack_enter(argc, argv) ((void) 0)
|
#define nethack_enter(argc, argv) ((void) 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Supply nhassert macro if not supplied by port */
|
||||||
|
#ifndef nhassert
|
||||||
|
#define nhassert(expression) ((void)0)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* GLOBAL_H */
|
#endif /* GLOBAL_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user