[Python-checkins] r74304 - in python/branches/release26-maint: Modules/cmathmodule.c

mark.dickinson python-checkins at python.org
Tue Aug 4 21:24:17 CEST 2009


Author: mark.dickinson
Date: Tue Aug 4 21:24:16 2009
New Revision: 74304
Log:
Merged revisions 74303 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk
........
 r74303 | mark.dickinson | 2009年08月04日 20:22:35 +0100 (2009年8月04日) | 2 lines
 
 Issue #6644: Fix compile error on AIX.
........
Modified:
 python/branches/release26-maint/ (props changed)
 python/branches/release26-maint/Modules/cmathmodule.c
Modified: python/branches/release26-maint/Modules/cmathmodule.c
==============================================================================
--- python/branches/release26-maint/Modules/cmathmodule.c	(original)
+++ python/branches/release26-maint/Modules/cmathmodule.c	Tue Aug 4 21:24:16 2009
@@ -68,7 +68,7 @@
 	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


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /