Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -2123,7 +2123,7 @@ E boolean FDECL(validrole, (int));
|
||||
E boolean FDECL(validrace, (int, int));
|
||||
E boolean FDECL(validgend, (int, int, int));
|
||||
E boolean FDECL(validalign, (int, int, int));
|
||||
E int NDECL(randrole);
|
||||
E int FDECL(randrole, (BOOLEAN_P));
|
||||
E int FDECL(randrace, (int));
|
||||
E int FDECL(randgend, (int, int));
|
||||
E int FDECL(randalign, (int, int));
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef INTEGER_H
|
||||
#define INTEGER_H
|
||||
|
||||
#if defined(__STDC__) && __STDC_VERSION__ >= 199101L
|
||||
#if (defined(__STDC__) && __STDC_VERSION__ >= 199901L)
|
||||
/* The compiler claims to conform to C99. Use stdint.h */
|
||||
#include <stdint.h>
|
||||
#define SKIP_STDINT_WORKAROUND
|
||||
|
||||
Reference in New Issue
Block a user