8000 Merged revisions 74305 via svnmerge from · python/cpython@216dc7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 216dc7b

Browse files
committed
Merged revisions 74305 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k ................ r74305 | mark.dickinson | 2009-08-04 20:25:12 +0100 (Tue, 04 Aug 2009) | 9 lines Merged revisions 74303 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74303 | mark.dickinson | 2009-08-04 20:22:35 +0100 (Tue, 04 Aug 2009) | 2 lines Issue #6644: Fix compile error on AIX. ........ ................
1 parent 99a13ee commit 216dc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/cmathmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ enum special_types {
6868
ST_PZERO, /* 3, +0. */
6969
ST_POS, /* 4, positive finite number (nonzero) */
7070
ST_PINF, /* 5, positive infinity */
71-
ST_NAN, /* 6, Not a Number */
71+
ST_NAN /* 6, Not a Number */
7272
};
7373

7474
static enum special_types

0 commit comments

Comments
 (0)
0