diff options
Diffstat (limited to 'src/s/template.h')
| -rw-r--r-- | src/s/template.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/template.h b/src/s/template.h index 7f49ca3047e..070e5ed259f 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -54,8 +54,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 54 | 54 | ||
| 55 | Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) | 55 | Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) |
| 56 | 56 | ||
| 57 | Emacs uses the presence or absence of the SIGIO macro to indicate | 57 | Emacs uses the presence or absence of the SIGIO and BROKEN_SIGIO macros |
| 58 | whether or not signal-driven I/O is possible. It uses | 58 | to indicate whether or not signal-driven I/O is possible. It uses |
| 59 | INTERRUPT_INPUT to decide whether to use it by default. | 59 | INTERRUPT_INPUT to decide whether to use it by default. |
| 60 | 60 | ||
| 61 | SIGIO can be used only on systems that implement it (4.2 and 4.3). | 61 | SIGIO can be used only on systems that implement it (4.2 and 4.3). |