Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
ed77bac4
Commit
ed77bac4
authored
24 years ago
by
Thomas Wouters
Browse files
Options
Download
Email Patches
Plain Diff
Fix floattime prototype ((void), not (double))
parent
58d05102
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/timemodule.c
Modules/timemodule.c
+1
-1
No files found.
Modules/timemodule.c
View file @
ed77bac4
...
...
@@ -91,7 +91,7 @@ extern int ftime(struct timeb *);
/* Forward declarations */
static
int
floatsleep
(
double
);
static
double
floattime
(
double
);
static
double
floattime
(
void
);
/* For Y2K check */
static
PyObject
*
moddict
;
...
...
This diff is collapsed.
Click to expand it.
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