# Added missing semicolon (was #ifdef'ed out in edit on Windows).

This commit is contained in:
Guido van Rossum 1998-06-28 17:00:19 +00:00
parent 1d8fb2d894
commit 911ec188c8

View file

@ -174,7 +174,7 @@ signal_alarm(self, args)
static char alarm_doc[] = static char alarm_doc[] =
"alarm(seconds)\n\ "alarm(seconds)\n\
\n\ \n\
Arrange for SIGALRM to arrive after the given number of seconds." Arrange for SIGALRM to arrive after the given number of seconds.";
#endif #endif
#ifdef HAVE_PAUSE #ifdef HAVE_PAUSE