Use TRUE or FALSE for booleans

This commit is contained in:
Pasi Kallinen
2024-01-05 17:00:04 +02:00
parent 3e1eeced1a
commit 8ee7b11ed6
6 changed files with 9 additions and 9 deletions

View File

@@ -652,7 +652,7 @@ hup_exit_nhwindows(const char *lastgasp)
(*previnterface_exit_nhwindows)(lastgasp);
previnterface_exit_nhwindows = 0;
}
iflags.window_inited = 0;
iflags.window_inited = FALSE;
}
static int
@@ -691,7 +691,7 @@ hup_getlin(const char *prompt UNUSED, char *outbuf)
static void
hup_init_nhwindows(int *argc_p UNUSED, char **argv UNUSED)
{
iflags.window_inited = 1;
iflags.window_inited = TRUE;
}
/*ARGUSED*/