summaryrefslogtreecommitdiff
path: root/cad/spice/files/patch-ah
blob: 8a743e3cdb665dbfed72042a0d4f9f8a270d5e84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -cr spice3f4/src/lib/fte/x10.c src/lib/fte/x10.c
*** spice3f4/src/lib/fte/x10.c	Thu Jun 17 17:32:54 1993
--- src/lib/fte/x10.c	Tue Nov  4 22:18:54 1997
***************
*** 726,737 ****
--- 726,740 ----
              graph->commandline, fx0, fx1, fy0, fy1);
      }
  
+ /* don't use the following if using GNU Readline - AV */
+ #ifndef HAS_GNUREADLINE
      /* hack for Gordon Jacobs */
      /* add to history list if plothistory is set */
      if (cp_getvar("plothistory", VT_BOOL, (char *) &dummy)) {
        wl = cp_parse(buf);
        (void) cp_addhistent(cp_event++, wl);
      }
+ #endif /* HAS_GNUREADLINE */
  
      (void) cp_evloop(buf);