Mercurial > hg > xemacs-beta
diff src/ntproc.c @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | c42ec1d1cded |
line wrap: on
line diff
--- a/src/ntproc.c Mon Aug 13 10:28:54 2007 +0200 +++ b/src/ntproc.c Mon Aug 13 10:29:42 2007 +0200 @@ -32,7 +32,8 @@ #include <signal.h> /* must include CRT headers *before* config.h */ -#include "config.h" +/* ### I don't believe it - martin */ +#include <config.h> #undef signal #undef wait #undef spawnve @@ -1189,7 +1190,10 @@ cp->pid)); #endif dead_child = cp; - msw_raise (SIGCHLD); + /* msw_raise (SIGCHLD); -kkm: I will erase this file + slowly, line by line, character by character, + I will press undo often, to prolong this. + Even such a revenge will not be enough for it!!! */ dead_child = NULL; } }