Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,8 @@ typedef unsigned char uchar;
/* #define LIVELOG */
#endif /* CHRONICLE */
#else
#undef LIVELOG*/#endif /* NO_CHRONICLE */
#undef LIVELOG
#endif /* NO_CHRONICLE */

/* #define DUMPLOG */ /* End-of-game dump logs */

Expand Down
3 changes: 2 additions & 1 deletion include/extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,8 @@ extern const char *get_portable_device(void);
#endif

/* ### pcsys.c, windsys.c ### */
#if defined(MICRO) || defined(WIN32)
/* Also applies for NLE */
#if defined(MICRO) || defined(WIN32) || defined(RL_GRAPHICS)
ATTRNORETURN extern void nethack_exit(int) NORETURN;
#else
#define nethack_exit exit
Expand Down
Loading
Loading