static prototype could be left orphaned depending on #defines

This commit is contained in:
nhmall
2018-05-21 10:14:39 -04:00
parent 7508b0e34e
commit 8f73f85ac4

View File

@@ -5,8 +5,6 @@
#include "hack.h"
STATIC_DCL void FDECL(center, (int, char *));
#if defined(TTY_GRAPHICS) || defined(X11_GRAPHICS) || defined(GEM_GRAPHICS) \
|| defined(MSWIN_GRAPHICS) || defined(DUMPLOG)
#define TEXT_TOMBSTONE
@@ -18,6 +16,7 @@ STATIC_DCL void FDECL(center, (int, char *));
#endif
#ifdef TEXT_TOMBSTONE
STATIC_DCL void FDECL(center, (int, char *));
#ifndef NH320_DEDICATION
/* A normal tombstone for end of game display. */