[Python-checkins] r77627 - python/branches/py3k-cdecimal/Modules/cdecimal/constants.h

stefan.krah python-checkins at python.org
Thu Jan 21 16:04:15 CET 2010


Author: stefan.krah
Date: Thu Jan 21 16:04:15 2010
New Revision: 77627

Log:
Change size_t to mpd_size_t.

Modified:
   python/branches/py3k-cdecimal/Modules/cdecimal/constants.h

Modified: python/branches/py3k-cdecimal/Modules/cdecimal/constants.h
==============================================================================
--- python/branches/py3k-cdecimal/Modules/cdecimal/constants.h	(original)
+++ python/branches/py3k-cdecimal/Modules/cdecimal/constants.h	Thu Jan 21 16:04:15 2010
@@ -56,7 +56,7 @@
 
 extern const mpd_uint_t mpd_moduli[];
 extern const mpd_uint_t mpd_roots[];
-extern const size_t mpd_bits[];
+extern const mpd_size_t mpd_bits[];
 extern const mpd_uint_t mpd_pow10[];
 
 extern const mpd_uint_t INV_P1_MOD_P2;


More information about the Python-checkins mailing list