paniclog enhancement

Include the version number in paniclog entries, so there'll be more
information whenever someone forwards them to us.
This commit is contained in:
nethack.rankin
2003-11-23 10:01:58 +00:00
parent 17578658ce
commit d74990926c
4 changed files with 23 additions and 10 deletions

View File

@@ -2154,6 +2154,7 @@ E boolean NDECL(gd_sound);
/* ### version.c ### */
E char *FDECL(version_string, (char *));
E char *FDECL(getversionstring, (char *));
E int NDECL(doversion);
E int NDECL(doextversion);