aboutsummaryrefslogtreecommitdiff
path: root/cad/spice/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'cad/spice/files/patch-ai')
-rw-r--r--cad/spice/files/patch-ai20
1 files changed, 0 insertions, 20 deletions
diff --git a/cad/spice/files/patch-ai b/cad/spice/files/patch-ai
deleted file mode 100644
index a462128cf45e..000000000000
--- a/cad/spice/files/patch-ai
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -cr spice3f4/src/lib/fte/x11.c src/lib/fte/x11.c
-*** spice3f4/src/lib/fte/x11.c Thu Jun 17 17:32:59 1993
---- src/lib/fte/x11.c Tue Nov 4 22:18:54 1997
-***************
-*** 773,784 ****
---- 773,787 ----
- 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);