Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-29 09:27:46 -05:00
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
#include <stdint.h>
#define SKIP_STDINT_WORKAROUND
# endif
# if defined(__GNUC__) && defined(__INT64_MAX__)
# include <stdint.h>
# define SKIP_STDINT_WORKAROUND
# endif
#endif
#ifndef SKIP_STDINT_WORKAROUND /* !C99 */