Allow use of old compiler.

This commit is contained in:
jwalz
2003-02-18 22:31:12 +00:00
parent 7c937d2186
commit 1d488f4762
3 changed files with 4 additions and 3 deletions

View File

@@ -2058,7 +2058,7 @@ const char *msg;
{
char ctrl;
winid win;
const char wiz_only_list[] = "EFGIOVW";
static const char wiz_only_list[] = "EFGIOVW";
char buf[BUFSZ], buf2[BUFSZ], *expl;
win = create_nhwindow(NHW_TEXT);