mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
make a few things static
This commit is contained in:
parent
4d3468deab
commit
ce00509702
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue