Merge branch 'fix-makedefs' of https://github.com/argrath/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2022-10-31 14:20:10 -04:00

View File

@@ -42,10 +42,6 @@
#define rewind(fp) fseek((fp), 0L, SEEK_SET) /* guarantee a return value */
#endif
#if defined(UNIX) && !defined(LINT) && !defined(GCC_WARN)
static const char SCCS_Id[] UNUSED = "@(#)makedefs.c\t3.7\t2020/01/18";
#endif
/* names of files to be generated */
#define DATE_FILE "date.h"
#define MONST_FILE "pm.h"