more NOCWD_ASSUMPTIONS
The NOCWD_ASSUMPTIONS conditional code allows readonly parts of NetHack to be separated from areas that require write-access. This allows the recent panic log needed a prefix.
This commit is contained in:
@@ -596,7 +596,7 @@ E void NDECL(makerogueghost);
|
||||
/* ### files.c ### */
|
||||
|
||||
E const char *FDECL(fqname, (const char *, int, int));
|
||||
E FILE *FDECL(fopen_datafile, (const char *,const char *,BOOLEAN_P));
|
||||
E FILE *FDECL(fopen_datafile, (const char *,const char *,int));
|
||||
E boolean FDECL(uptodate, (int,const char *));
|
||||
E void FDECL(store_version, (int));
|
||||
#ifdef MFLOPPY
|
||||
|
||||
Reference in New Issue
Block a user