1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/cad/spice/files/patch-ag
Chuck Robey 86b6c6a9c5 Fix floating point problem and flatten out multi-file patch.
PR:		10481
Submitted by:	Kouichi Hirabayashi <kh@mogami-wire.co.jp>
1999-03-08 18:40:17 +00:00

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