summaryrefslogtreecommitdiff
path: root/cad/cider/files/patch-ag
blob: 9dfb4b374c0e4533b055dcc4c8ec86e03bbba5ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*** spice/common/src/lib/fte/signal.c.orig	Sat Jan 29 18:48:38 1994
--- spice/common/src/lib/fte/signal.c	Sun Dec 12 14:56:46 1999
***************
*** 32,37 ****
--- 32,39 ----
   * is true.
   */
  
+ /* not using SIGINT with GNU Readline - AV */
+ #ifndef HAS_GNUREADLINE
  SIGNAL_TYPE
  ft_sigintr()
  {
***************
*** 58,63 ****
--- 60,66 ----
      cp_resetcontrol();
      longjmp(jbuf, 1);
  }
+ #endif /* !HAS_GNUREADLINE */
  
  /* ARGSUSED */
  SIGNAL_TYPE