changeset 65769:9bbfc8301ea6

(init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sat, 01 Oct 2005 11:08:25 +0000
parents 592847746fca
children 9324b7187dd7
files src/keyboard.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat Oct 01 11:07:39 2005 +0000
+++ b/src/keyboard.c	Sat Oct 01 11:08:25 2005 +0000
@@ -10743,11 +10743,6 @@
   poll_suppress_count = 1;
   start_polling ();
 #endif
-
-#ifdef MAC_OSX
-  /* At least provide an escape route since C-g doesn't work.  */
-  signal (SIGINT, interrupt_signal);
-#endif
 }
 
 /* This type's only use is in syms_of_keyboard, to initialize the