Skip to content

Commit e5842c1

Browse files
committed
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 python#6644: Fix compile error on AIX. ........
1 parent 54628fa commit e5842c1

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)