MAPLIN is no longer called during setup phase.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 6 Jun 2017 11:52:07 +0000 (07:52 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 6 Jun 2017 11:52:07 +0000 (07:52 -0400)
misc.c

diff --git a/misc.c b/misc.c
index cccf182b965d537aab3fd4109093cb982bfb1881..2c8855fcbfd3f6968c8f564b0ab80e1310c79bef 100644 (file)
--- 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));