UNIX, VMS, DEF_PAGER, MICRO and MFLOPPY globals moved to g.

This commit is contained in:
Bart House
2018-12-25 09:34:24 -08:00
parent 0763046c38
commit 16db7498d0
14 changed files with 108 additions and 109 deletions
+2 -2
View File
@@ -2722,9 +2722,9 @@ boolean complain;
if (complain)
raw_printf("Cannot open %s as stdin.", fname);
} else {
(void) execlp(catmore, "page", (char *) 0);
(void) execlp(g.catmore, "page", (char *) 0);
if (complain)
raw_printf("Cannot exec %s.", catmore);
raw_printf("Cannot exec %s.", g.catmore);
}
if (complain)
sleep(10); /* want to wait_synch() but stdin is gone */