summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-08-04 19:25:12 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-08-04 19:25:12 (GMT)
commite5842c1f14b3eeeb3baff9c2d6dbc96fbd7f3ff2 (patch)
treea5f2ce5018d498c5c5aaa28cdc51132fed45d122 /Modules
parent54628fa7c093c0734240a99d04b923acdf9e1e9b (diff)
downloadcpython-e5842c1f14b3eeeb3baff9c2d6dbc96fbd7f3ff2.zip
cpython-e5842c1f14b3eeeb3baff9c2d6dbc96fbd7f3ff2.tar.gz
cpython-e5842c1f14b3eeeb3baff9c2d6dbc96fbd7f3ff2.tar.bz2
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. ........
Diffstat (limited to 'Modules')
-rw-r--r--Modules/cmathmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c
index 56e6bad..fbf6ece 100644
--- a/Modules/cmathmodule.c
+++ b/Modules/cmathmodule.c
@@ -68,7 +68,7 @@ enum special_types {
ST_PZERO, /* 3, +0. */
ST_POS, /* 4, positive finite number (nonzero) */
ST_PINF, /* 5, positive infinity */
- ST_NAN, /* 6, Not a Number */
+ ST_NAN /* 6, Not a Number */
};
static enum special_types