Kaydet (Commit) e28c296f authored tarafından Thomas Wouters's avatar Thomas Wouters

Another missed ansification.

üst c3073520
...@@ -1582,10 +1582,7 @@ equivalent to (x**y) % z, but may be more efficient (e.g. for longs)."; ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment