summaryrefslogtreecommitdiff
path: root/Src/utils.c
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-05-21 03:36:21 +0200
committerOliver Kiddle <opk@zsh.org>2023-05-21 03:36:26 +0200
commitf80ad32c3f4e6239d9d6853d14ff36e28154f075 (patch)
treeb11f44f9ae0dee8d9d3ee25e538fa4cde8710cb6 /Src/utils.c
parentb41dd30c90a90dd28c551af7e7f76ae29b6220d0 (diff)
downloadzsh-f80ad32c3f4e6239d9d6853d14ff36e28154f075.tar.gz
zsh-f80ad32c3f4e6239d9d6853d14ff36e28154f075.zip
51769: fix compilation when HAVE_GETRUSAGE is not defined
Also silence compiler warning when HAVE_SETUPTERM is not defined.
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 14ff0ed47..f13e3a79d 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -380,11 +380,13 @@ zerrmsg(FILE *file, const char *fmt, va_list ap)
fflush(file);
}
+#ifdef HAVE_SETUPTERM
/*
* Wrapper for setupterm() and del_curterm().
* These are called from terminfo.c and termcap.c.
*/
static int term_count; /* reference count of cur_term */
+#endif
/**/
mod_export void