mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
86b6c6a9c5
PR: 10481 Submitted by: Kouichi Hirabayashi <kh@mogami-wire.co.jp>
25 lines
510 B
Plaintext
25 lines
510 B
Plaintext
diff -cr spice3f4/src/lib/fte/signal.c src/lib/fte/signal.c
|
|
*** spice3f4/src/lib/fte/signal.c Thu Jun 17 17:32:59 1993
|
|
--- src/lib/fte/signal.c Tue Nov 4 22:19:01 1997
|
|
***************
|
|
*** 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
|