Another missed ansification.

This commit is contained in:
Thomas Wouters 2000-07-23 22:21:32 +00:00
parent c307352027
commit e28c296f0f

View file

@ -1582,10 +1582,7 @@ equivalent to (x**y) % z, but may be more efficient (e.g. for longs).";
* large to fit in a signed long. * large to fit in a signed long.
*/ */
static long static long
get_len_of_range(lo, hi, step) get_len_of_range(long lo, long hi, long step)
long lo;
long hi;
long step; /* must be > 0 */
{ {
/* ------------------------------------------------------------- /* -------------------------------------------------------------
If lo >= hi, the range is empty. If lo >= hi, the range is empty.