Skip to content

Commit 04dcb07

Browse files
author
twouters
committed
Mass ANSIfication of function definitions. Doesn't cover all 'extern' declarations yet, those come later. git-svn-id: http://svn.python.org/projects/python/trunk@16421 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 982a47c commit 04dcb07

45 files changed

Lines changed: 704 additions & 1526 deletions

Some content is hidden

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

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)