Kaydet (Commit) ce005097 authored tarafından Guido van Rossum's avatar Guido van Rossum

make a few things static

üst 4d3468de
......@@ -113,7 +113,7 @@ range_repr(r)
return newstringobject(buf);
}
object *
static object *
range_concat(r, obj)
rangeobject *r;
object *obj;
......@@ -122,7 +122,7 @@ range_concat(r, obj)
return NULL;
}
object *
static object *
range_repeat(r, n)
rangeobject *r;
int n;
......
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