Yes, apparently there are configurations that still need the NH_abort() macro

This commit is contained in:
nhkeni
2024-02-15 19:00:08 -05:00
parent a638629e47
commit e378b782fc

View File

@@ -49,10 +49,9 @@ ATTRNORETURN extern void nethack_exit(int) NORETURN;
#define done_stopprint gp.program_state.stopprint
// XXX is there a configuration that still needs this?
//#ifndef PANICTRACE
//#define NH_abort(x) NH_abort_
//#endif
#ifndef PANICTRACE
# define NH_abort(x) NH_abort_
#endif
#ifdef AMIGA
#define NH_abort_ Abort(0)