MAPLIN is no longer called during setup phase.

This commit is contained in:
Eric S. Raymond 2017-06-06 07:52:07 -04:00
parent 0105b04ac2
commit 1445c7ebcc

2
misc.c
View file

@ -735,7 +735,7 @@ long I, VAL;
if(MAP2[1] == 0)MPINIT(); if(MAP2[1] == 0)MPINIT();
if (!oldstyle && SETUP && OPENED == stdin) if (!oldstyle && OPENED == stdin)
fputs("> ", stdout); fputs("> ", stdout);
do { do {
IGNORE(fgets(rawbuf,sizeof(rawbuf)-1,OPENED)); IGNORE(fgets(rawbuf,sizeof(rawbuf)-1,OPENED));