From 1445c7ebccf77d60b3a9dca6549731427eb4ba81 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 6 Jun 2017 07:52:07 -0400 Subject: [PATCH] MAPLIN is no longer called during setup phase. --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.c b/misc.c index cccf182..2c8855f 100644 --- a/misc.c +++ b/misc.c @@ -735,7 +735,7 @@ long I, VAL; if(MAP2[1] == 0)MPINIT(); - if (!oldstyle && SETUP && OPENED == stdin) + if (!oldstyle && OPENED == stdin) fputs("> ", stdout); do { IGNORE(fgets(rawbuf,sizeof(rawbuf)-1,OPENED)); -- 2.31.1