Files
nethack/include
nhmall 093c53bead fix missing prototype warning for Qt SELECTSAVED
For whatever reason, Qt relies on late #define of SELECTSAVED
inside files.c.

The prototype in extern.h is therefore not picked up with
as a result of #include "hack.h"

Options were:
1. remove the conditional #if defined(SELECTSAVED) around the
   prototype in extern.h entirely
2. Move the forced #define of SELECTSAVED above the #include "hack.h"
3. Alter the conditional in extern.h to also include the condition for
   the forced #define of SELECTSAVED inside files.c

This goes with option #3.
2021-01-23 09:37:47 -05:00
..
2021-01-03 13:37:25 -06:00
2020-11-01 14:30:25 -08:00
2020-10-14 09:25:45 -07:00
2015-05-25 09:21:15 +09:00
2020-09-28 16:25:31 -04:00
2021-01-08 13:33:27 -08:00
2021-01-05 10:09:37 -05:00
2020-09-28 17:30:22 -04:00
2020-11-13 20:27:17 +02:00
2020-12-27 10:45:13 -05:00
2020-01-29 10:29:37 -05:00
2015-05-25 09:21:15 +09:00
2021-01-08 14:59:36 -08:00
2019-01-28 10:02:08 +01:00
2021-01-20 22:18:34 -06:00
2015-05-25 09:21:15 +09:00
2020-12-04 09:30:21 +02:00
2020-12-21 19:02:11 -08:00
2021-01-01 22:07:54 -05:00
2020-12-13 10:27:49 -05:00
2020-11-15 13:51:47 +02:00
2020-09-28 16:25:31 -04:00
2020-08-12 16:15:28 -07:00
2020-10-23 19:47:10 +03:00
2020-12-13 10:27:49 -05:00
2020-12-08 12:58:36 -08:00
2021-01-05 10:09:37 -05:00