[Python-checkins] r77633 - python/branches/py3k-cdecimal/Modules/cdecimal/difradix2.h

stefan.krah python-checkins at python.org
Thu Jan 21 16:08:33 CET 2010


Author: stefan.krah
Date: Thu Jan 21 16:08:33 2010
New Revision: 77633

Log:
Change size_t to mpd_size_t.

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

Modified: python/branches/py3k-cdecimal/Modules/cdecimal/difradix2.h
==============================================================================
--- python/branches/py3k-cdecimal/Modules/cdecimal/difradix2.h	(original)
+++ python/branches/py3k-cdecimal/Modules/cdecimal/difradix2.h	Thu Jan 21 16:08:33 2010
@@ -13,7 +13,7 @@
 #include "numbertheory.h"
 
 
-void fnt_dif2(mpd_uint_t a[], size_t n, struct fnt_params *tparams);
+void fnt_dif2(mpd_uint_t a[], mpd_size_t n, struct fnt_params *tparams);
 
 
 #endif


More information about the Python-checkins mailing list