2007-02-08 Fred Fish <
[email protected]>
* defs.h (request_quit): Remove declaration.
* utils.c (request_quit): Remove definition.
+
+ * defs.h (request_quit): Remove declaration.
+ * utils.c (request_quit): Remove definition.
+
extern char *safe_strerror (int);
-extern void request_quit (int);
-
#define ALL_CLEANUPS ((struct cleanup *)0)
extern void do_cleanups (struct cleanup *);
#endif
}
-/* Control C comes here */
-void
-request_quit (int signo)
-{
- quit_flag = 1;
- /* Restore the signal handler. Harmless with BSD-style signals,
- needed for System V-style signals. */
- signal (signo, request_quit);
-
- if (immediate_quit)
- quit ();
-}
\f
/* Called when a memory allocation fails, with the number of bytes of
memory requested in SIZE. */