[Python-checkins] r79597 - python/branches/py3k-cdecimal/Include/longintrepr.h

stefan.krah python-checkins at python.org
Fri Apr 2 14:34:33 CEST 2010


Author: stefan.krah
Date: Fri Apr  2 14:34:33 2010
New Revision: 79597

Log:
longintrepr.h is needed for cdecimal.c, too.

Modified:
   python/branches/py3k-cdecimal/Include/longintrepr.h

Modified: python/branches/py3k-cdecimal/Include/longintrepr.h
==============================================================================
--- python/branches/py3k-cdecimal/Include/longintrepr.h	(original)
+++ python/branches/py3k-cdecimal/Include/longintrepr.h	Fri Apr  2 14:34:33 2010
@@ -5,7 +5,7 @@
 #endif
 
 
-/* This is published for the benefit of "friend" marshal.c only. */
+/* This is published for the benefit of "friends" marshal.c and cdecimal.c. */
 
 /* Parameters of the long integer representation.  There are two different
    sets of parameters: one set for 30-bit digits, stored in an unsigned 32-bit


More information about the Python-checkins mailing list