Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
911ec188
Commit
911ec188
authored
Jun 28, 1998
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# Added missing semicolon (was #ifdef'ed out in edit on Windows).
parent
1d8fb2d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/signalmodule.c
Modules/signalmodule.c
+1
-1
No files found.
Modules/signalmodule.c
View file @
911ec188
...
...
@@ -174,7 +174,7 @@ signal_alarm(self, args)
static
char
alarm_doc
[]
=
"alarm(seconds)
\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
#ifdef HAVE_PAUSE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment