Mercurial > hg > xemacs-beta
comparison lib-src/gnuclient.c @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 74fd4e045ea6 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
119 } | 119 } |
120 initialize_signals (); | 120 initialize_signals (); |
121 } | 121 } |
122 | 122 |
123 void | 123 void |
124 initialize_signals () | 124 initialize_signals (void) |
125 { | 125 { |
126 /* Set up signal handler to pass relevant signals to emacs process. | 126 /* Set up signal handler to pass relevant signals to emacs process. |
127 We used to send SIGSEGV, SIGBUS, SIGPIPE, SIGILL and others to | 127 We used to send SIGSEGV, SIGBUS, SIGPIPE, SIGILL and others to |
128 Emacs, but I think it's better not to. I can see no reason why | 128 Emacs, but I think it's better not to. I can see no reason why |
129 Emacs should SIGSEGV whenever gnuclient SIGSEGV-s, etc. */ | 129 Emacs should SIGSEGV whenever gnuclient SIGSEGV-s, etc. */ |