Skip to content

Commit f70ef4f

Browse files
committed
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
declarations yet, those come later.
1 parent 0452d1f commit f70ef4f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+704
-1526
lines changed

Python/atof.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1717

1818
#include <ctype.h>
1919

20-
double atof(s)
21-
char *s;
20+
double atof(char *s)
2221
{
2322
double a = 0.0;
2423
int e = 0;

0 commit comments

Comments
 (0)