Mercurial > hg > xemacs-beta
comparison src/signal.c @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 6330739388db |
children | 7df0dd720c89 |
comparison
equal
deleted
inserted
replaced
277:cfdf3ff11843 | 278:90d73dddcdc4 |
---|---|
178 Do NOT set alarm_happened, because we don't want anyone | 178 Do NOT set alarm_happened, because we don't want anyone |
179 looking at the timeout queue. We didn't set it and | 179 looking at the timeout queue. We didn't set it and |
180 it needs to stay the way it is. */ | 180 it needs to stay the way it is. */ |
181 quit_check_signal_happened = 1; | 181 quit_check_signal_happened = 1; |
182 | 182 |
183 #ifdef _WIN32 | 183 #ifdef WINDOWSNT |
184 can_break_system_calls = 0; | 184 can_break_system_calls = 0; |
185 #else | 185 #else |
186 /* can_break_system_calls is set when we want to break out of | 186 /* can_break_system_calls is set when we want to break out of |
187 non-interruptible system calls. */ | 187 non-interruptible system calls. */ |
188 if (can_break_system_calls) | 188 if (can_break_system_calls) |