PANICTRACE bit

Only defined PANICTRACE for supported platforms.
This commit is contained in:
keni
2010-01-16 22:02:06 +00:00
parent 89db1f9e73
commit efed004b64

View File

@@ -365,10 +365,13 @@ struct savefile_info {
#define MAXMONNO 120 /* extinct monst after this number created */
#define MHPMAX 500 /* maximum monster hp */
#ifdef BETA
/* PANICTRACE: Always defined for BETA but only for supported platforms. */
#ifdef UNIX
# ifdef BETA
/* see end.c */
# ifndef PANICTRACE
# define PANICTRACE
# ifndef PANICTRACE
# define PANICTRACE
# endif
# endif
#endif
/* The following are meaningless if PANICTRACE is not defined: */