Commit 911ec188 authored by Guido van Rossum's avatar Guido van Rossum

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

parent 1d8fb2d8
...@@ -174,7 +174,7 @@ signal_alarm(self, args) ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment