From: Mark Dickinson Date: Tue, 4 Aug 2009 19:22:35 +0000 (+0000) Subject: Issue #6644: Fix compile error on AIX. X-Git-Tag: v2.7a1~682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d5a6522a99466821f9a014e060db879b4ba2749;p=python 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