[Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.171,2.172
Thomas Wouters
python-dev@python.org
2000年7月23日 15:21:35 -0700
Update of /cvsroot/python/python/dist/src/Python
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15788/Python
Modified Files:
bltinmodule.c
Log Message:
Another missed ansification.
Index: bltinmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/bltinmodule.c,v
retrieving revision 2.171
retrieving revision 2.172
diff -C2 -r2.171 -r2.172
*** bltinmodule.c 2000年07月22日 18:47:25 2.171
--- bltinmodule.c 2000年07月23日 22:21:32 2.172
***************
*** 1583,1590 ****
*/
static long
! get_len_of_range(lo, hi, step)
! long lo;
! long hi;
! long step; /* must be > 0 */
{
/* -------------------------------------------------------------
--- 1583,1587 ----
*/
static long
! get_len_of_range(long lo, long hi, long step)
{
/* -------------------------------------------------------------