From: Mark Dickinson Date: Tue, 4 Aug 2009 19:24:16 +0000 (+0000) Subject: Merged revisions 74303 via svnmerge from X-Git-Tag: v2.6.3rc1~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e921e1610951a4763c2c11a250e82333fb4e4a0;p=python 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. ........ --- diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c index 6022cb6150..7b2e316d15 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