Mercurial > hg > octave-lyh
diff src/sighandlers.cc @ 3018:5708b8bb4f06
[project @ 1997-06-03 21:48:05 by jwe]
author | jwe |
---|---|
date | Tue, 03 Jun 1997 21:57:33 +0000 |
parents | dd37ffb94c63 |
children | 7c96e85c76db |
line wrap: on
line diff
--- a/src/sighandlers.cc +++ b/src/sighandlers.cc @@ -50,8 +50,8 @@ // SIGPIPES. We assume that the writer will eventually give up. int pipe_handler_error_count = 0; -// Nonzero means we can be interrupted. -int can_interrupt = 0; +// TRUE means we can be interrupted. +bool can_interrupt = false; // Allow us to save the signal mask and then restore it to the most // recently saved value. This is necessary when using the POSIX