limits.h follow-up
This commit is contained in:
@@ -4,9 +4,6 @@
|
|||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* NetHack may be freely redistributed. See license for details. */
|
||||||
|
|
||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
#ifndef LONG_MAX
|
|
||||||
#include <limits.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern const char *const hu_stat[]; /* defined in eat.c */
|
extern const char *const hu_stat[]; /* defined in eat.c */
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,6 @@
|
|||||||
#ifndef NO_SIGNAL
|
#ifndef NO_SIGNAL
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#endif
|
#endif
|
||||||
#ifndef LONG_MAX
|
|
||||||
#include <limits.h>
|
|
||||||
#endif
|
|
||||||
#include "dlb.h"
|
#include "dlb.h"
|
||||||
|
|
||||||
#ifndef SFCTOOL
|
#ifndef SFCTOOL
|
||||||
|
|||||||
@@ -3139,11 +3139,6 @@ debugcore(const char *filename, boolean wildcards)
|
|||||||
#endif /*DEBUG*/
|
#endif /*DEBUG*/
|
||||||
|
|
||||||
#ifndef SFCTOOL
|
#ifndef SFCTOOL
|
||||||
#ifdef UNIX
|
|
||||||
#ifndef PATH_MAX
|
|
||||||
#include <limits.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define SYSCONFFILE "system configuration file"
|
#define SYSCONFFILE "system configuration file"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user