no quotes in WINDOWPORT macro invocation

This commit is contained in:
nhmall
2022-06-29 22:13:28 -04:00
parent eaa3b35fcf
commit a518d82c54
16 changed files with 51 additions and 51 deletions

View File

@@ -110,7 +110,7 @@ panictrace_handler(int sig_unused UNUSED)
int f2;
#ifdef CURSES_GRAPHICS
if (iflags.window_inited && WINDOWPORT("curses")) {
if (iflags.window_inited && WINDOWPORT(curses)) {
extern void curses_uncurse_terminal(void); /* wincurs.h */
/* it is risky calling this during a program-terminating signal,