Mercurial > emacs
comparison src/msdos.c @ 46272:2406cf2da1d4
Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 09 Jul 2002 09:57:34 +0000 |
parents | 9484de301252 |
children | 40db0673e6f0 |
comparison
equal
deleted
inserted
replaced
46271:35153dd59211 | 46272:2406cf2da1d4 |
---|---|
5005 | 5005 |
5006 /* Previous handlers to restore when the blocked signals are unblocked. */ | 5006 /* Previous handlers to restore when the blocked signals are unblocked. */ |
5007 typedef void (*sighandler_t)(int); | 5007 typedef void (*sighandler_t)(int); |
5008 static sighandler_t prev_handlers[320]; | 5008 static sighandler_t prev_handlers[320]; |
5009 | 5009 |
5010 /* A signal handler which just records that a signal occured | 5010 /* A signal handler which just records that a signal occurred |
5011 (it will be raised later, if and when the signal is unblocked). */ | 5011 (it will be raised later, if and when the signal is unblocked). */ |
5012 static void | 5012 static void |
5013 sig_suspender (signo) | 5013 sig_suspender (signo) |
5014 int signo; | 5014 int signo; |
5015 { | 5015 { |